Last active
August 29, 2015 14:23
-
-
Save urakozz/1f3bac8e4141882a241c to your computer and use it in GitHub Desktop.
Multiple accounts + go fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.ssh/config | |
Host github.com | |
HostName github.com | |
User git | |
IdentityFile ~/.ssh/id_rsa | |
Host github-kozz | |
HostName github.com | |
User git | |
IdentityFile ~/.ssh/id_rsa_kozz | |
# ~/.gitconfig | |
[url "[email protected]:"] | |
insteadOf = https://github.com/ | |
# project | |
git remote add origin git@github-kozz:Kozz/testing.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment