Skip to content

Instantly share code, notes, and snippets.

@sandeepraju
Forked from dmitshur/gist:6927554
Last active August 29, 2015 14:19
Show Gist options
  • Save sandeepraju/e433b91d16867b48bfd6 to your computer and use it in GitHub Desktop.
Save sandeepraju/e433b91d16867b48bfd6 to your computer and use it in GitHub Desktop.
$ ssh -A vm
$ git config --global url."[email protected]:".insteadOf "https://github.com/"
$ cat ~/.gitconfig
[url "[email protected]:"]
	insteadOf = https://github.com/
$ go get github.com/private/repo && echo Success!
Success!

Sources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment