In fact I checked before and to me it looks ok. Now should I have the same name for the key? trying now.
I do not get why I can use github all the time and not with pharo. total 216 drwx------ 21 ducasse admin 714 May 25 18:13 ./ drwxr-xr-x@ 118 ducasse staff 4012 Apr 28 16:25 ../ -rw-r--r-- 1 ducasse admin 12288 Mar 20 2015 .config.swp -rw------- 1 ducasse admin 1766 Jan 10 2016 2016RSA -rw-r--r--@ 1 ducasse admin 401 Jan 10 2016 2016RSA.pub -rw-r--r-- 1 ducasse staff 10054 Sep 30 2009 KnowHOST -rw-r--r--@ 1 ducasse staff 238 Mar 7 2011 authorized_keys -rw-r--r--@ 1 ducasse staff 1765 Jun 29 2016 config -rw-------@ 1 ducasse staff 1697 Jun 1 2010 esug.pem -rw------- 1 ducasse staff 1743 Aug 26 2011 github_rsa -rw-r--r-- 1 ducasse staff 389 Aug 26 2011 github_rsa.pub -rw------- 1 ducasse staff 668 Sep 30 2009 id_dsa -rw-r--r-- 1 ducasse staff 609 Sep 30 2009 id_dsa.pub -rw------- 1 ducasse staff 951 Sep 30 2009 id_rsa -rw-r--r-- 1 ducasse staff 238 Sep 30 2009 id_rsa.pub -rw-r--r--@ 1 ducasse staff 17378 Jul 19 2016 known2 -rw-r--r-- 1 ducasse admin 413 May 25 18:24 known_hosts -rw-r--r-- 1 ducasse staff 609 Sep 30 2009 mail -rw------- 1 ducasse staff 1675 Jun 1 2010 newRSAA -rw-r--r-- 1 ducasse staff 406 Jun 1 2010 newRSAA.pub On Mon, May 22, 2017 at 10:14 PM, Max Leske <[email protected]> wrote: > 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] > > 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]> >> 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]> >>> 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 >>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. >>> >>> >>> >>> On May 21, 2017, at 5:31 AM, Stephane Ducasse <[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 >>> >>> >>> >>> >>> >> > >
