|
|
|
| Re: gitolite, on egit failes, on bash works, frustration lvl rising [message #886711 is a reply to message #885334] |
Fri, 15 June 2012 10:05  |
Matthew Webber Messages: 180 Registered: December 2010 |
Senior Member |
|
|
I notice that the keypair you are using is called ~/.ssh/id_rsa-repo(.pub) rather than the default .ssh/id_rsa(.pub). How do you tell Eclipse to use the non-standard name?
Try telling ssh itself which key you use, by adding an entry like this in ~/.ssh/config (create the file if none exists)
Host github github.com www.github.com
User git
HostName github.com
IdentityFile ~/.ssh/id_rsa-github
Actually, can you post the results of cloning from the command line - I gather that it's successful, but i would like to see exactly what command you entered. Post your ~/.ssh/config if you have one.
|
|
|
Powered by
FUDForum. Page generated in 0.01729 seconds