Skip to content

Instantly share code, notes, and snippets.

@dewwwald
Created March 22, 2014 13:03
Show Gist options
  • Save dewwwald/9706829 to your computer and use it in GitHub Desktop.
Save dewwwald/9706829 to your computer and use it in GitHub Desktop.
Setup SSH
To set up use this tutorial ==>
https://help.github.com/articles/generating-ssh-keys
______________________________________________
Now be carefull to use ssh on a repo that is set to use an https url.
Fix => Run the following from project dirr
g remote set-url origin git@[server]
(replace [] and its content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment