Answer the question
In order to leave comments, you need to log in
How to make it so that when PUSH git does not ask for a password?
How to make it so that when PUSH git does not ask for a password?
I asked Google, I tried this and that anyway...
What I did:
- generated the key in git-bash.exe (ssh-keygen -t rsa -C "[email protected]")
in the folder "C: \Documents and Settings\asus\.ssh\" two files appeared: id_rsa.pub and id_rsa
- saved the contents of the id_rsa.pub file on the github in my account
- checked ssh-agent in the terminal: ssh-agent -s
- he answered me: Agent pid 59566
- typed the command ssh-add ~/.ssh/id_rsa
and then it gives me
"Could not open a connection to your authentication agent."
Answer the question
In order to leave comments, you need to log in
The issue was resolved with the help of the respected Riley Usagi above in the comments, directly below the post.
I'm posting here to mark the issue as resolved, in case anyone else finds it useful.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question