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 <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 
>> <github://pharo-graphics/Bloc/src>';
>>     load:#core
>> 
>> Then I got LGit_GIT_ERROR no ssh-agent suitable credentials found
>> 
>> 
> 

Reply via email to