github - Using Aptana Studio to import git project but Permission denined (publickey) -
i tried import existing project github repository aptana studio error says permission denied (publickey). fatal: remote end hung unexpectedly
i made sure add ssh account in github. ran $ssh -vt gitt@github.com , says private key cannot found.
on other windows 7 machine never had problem importing git project on home pc can't work. have solution?
apparently has proper ssh - keys set aptana. there 2 possibilities 1) if you've installed github windows application have key-pair. registered github. can find these under https://github.com/settings/ssh once you've logged on github. need explain aptana use proper private key open aptana and
- go window/preferences -> general/network connections/ssh2
- click add private key... , select github_rsa file, not pub file, want tell aptana private key is.
now aptana use proper key connect github
Comments
Post a Comment