@David: i tried to git clone with the git url, and it didn't work. and i tried to git clone with the https url, it does work (with the .netrc file):
~$ git clone g...@gh.mydomain.com:org/myapp.git
Cloning into 'myapp'...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Cloning into 'myapp'...
remote: Counting objects: 20, done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 20 (delta 0), reused 17 (delta 0)
Unpacking objects: 100% (20/20), done.
@Andrew: i'll check with our github admin to see if we can set up the redirect, but that solution seems a bit hacky for such a common use case for github enterprise. also below is the output from running go get -v:
ignoring https fetch with status code 404
also, i want to point out our github enterprise disabled http and only allow https/ssh, not sure does that matter though.