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 <stepharo.self@gmail.com> 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 <stepharo.self@gmail.com <mailto:stepharo.self@gmail.com>> 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 <estebanlm@gmail.com <mailto:estebanlm@gmail.com>> 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 <alexandre.bergel@me.com <mailto:alexandre.bergel@me.com>> 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 <stepharo.self@gmail.com <mailto:stepharo.self@gmail.com>> 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