Created
June 7, 2011 13:32
-
Star
(206)
You must be signed in to star a gist -
Fork
(35)
You must be signed in to fork a gist
-
-
Save rbialek/1012262 to your computer and use it in GitHub Desktop.
ssh/.config
This file contains hidden or 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
Host github.com | |
User git | |
Hostname github.com | |
PreferredAuthentications publickey | |
IdentityFile /home/user/.ssh/id_rsa |
This sort of configuration appears to be required if you want to use PHPStorm to clone from VCS via WSL.
ssh-add {rsa_file}
It works.
@rohitchormale, you're genius!!!
@rohitchormale thank you!
@rohitchormale thanks!
Cheers!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for that!