Skip to content

Instantly share code, notes, and snippets.

@fvbock
Forked from dmitshur/gist:6927554
Last active August 29, 2015 14:10
Show Gist options
  • Save fvbock/e4996ca33002dac1c7ae to your computer and use it in GitHub Desktop.
Save fvbock/e4996ca33002dac1c7ae 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