Skip to content

Instantly share code, notes, and snippets.

@aputs
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save aputs/9855074 to your computer and use it in GitHub Desktop.

Select an option

Save aputs/9855074 to your computer and use it in GitHub Desktop.
Go get from git+ssh repository
#add following lines in your .ssh/config
Host example.com
HostName example.com
User git
IdentitiesOnly yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment