ls -la ~/.ssh wil probably show you that you don’t have a key named “id_rsa”. You have to specify the correct file (e.g. my github key is named “github”).
HTH, Max > On 22 May 2017, at 21:47, Stephane Ducasse <[email protected]> wrote: > > I get > > ssh-add -K ~/.ssh/id_rsa > > Error connecting to agent: No such file or directory > > > > > On Mon, May 22, 2017 at 9:46 PM, Stephane Ducasse <[email protected] > <mailto:[email protected]>> wrote: > Yes please do because I had no idea and I was trying to look at the setting > but without results. > > On Mon, May 22, 2017 at 8:53 PM, Esteban Lorenzano <[email protected] > <mailto:[email protected]>> wrote: > Hi, > > is not weird because git uses other authentication services and for now we > just implemented ssh/ssh-agent :) > solution is to execute this in command line: > > ssh-add -K ~/.ssh/id_rsa > > then it will be ok. > > (I will add an entry for this in the FAQ) > > >> On 22 May 2017, at 20:48, Alexandre Bergel <[email protected] >> <mailto:[email protected]>> wrote: >> >> I got the very same error. And this is weird because I can commit from the >> command line or using any Git client. >> >> Alexandre >> >> -- >> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: >> Alexandre Bergel http://www.bergel.eu <http://www.bergel.eu/> >> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >> >> >> >>> On May 21, 2017, at 5:31 AM, Stephane Ducasse <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> On mac with latest pharo vm and latest pharo 60 >>> Metacello new >>> baseline: 'Bloc'; >>> repository: 'github://pharo-graphics/Bloc/src <>'; >>> load:#core >>> >>> Then I got LGit_GIT_ERROR no ssh-agent suitable credentials found >>> >>> >> > > >
