Problems with git when updating my OS

0

I recently upgraded my operating system to Sierra and when I wanted to use the githubdesktop application I throw myself the following error.

Testing on the command line every time I want to perform a pull requests me the password of my key

They could help me solve this problem.

In advance Grace.

    
asked by Dragmon 07.03.2017 в 02:29
source

1 answer

0

Good morning

I think it's a problem with your ssh id_rsa, as the error message shows. I suppose that when updating the OS version, you have lost the file ~/.ssh/id_rsa Could you check if you have that file in the user's path? In case you do not have it, you could generate a new one:

ssh-keygen -p

Subsequently, an id_rsa file will have been created, whose contents you should set in GitHub Desktop. I do not know the Git Hub desktop menu very well, since I have only worked with gerrit, but I am sure that there is some option in your user's configuration where you can add keys and copy the contents of that file id_rsa.

Once you have done that, if you try to work with your git repository, it should work and you should not see that error message again.

Greetings

    
answered by 07.03.2017 в 16:16