Skip to content

Instantly share code, notes, and snippets.

@opiuman
Created February 13, 2016 20:33
Show Gist options
  • Select an option

  • Save opiuman/18419bb9e652ef10360c to your computer and use it in GitHub Desktop.

Select an option

Save opiuman/18419bb9e652ef10360c to your computer and use it in GitHub Desktop.
go get via ssh
$ 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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment