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

  1. go window/preferences -> general/network connections/ssh2
  2. 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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -