Answer the question
In order to leave comments, you need to log in
How to fix persistent SSH config reset (authorization) in Git?
Hello friends)
I came across a funny problem with git (using a small git bash shell under windows):
SSH authorization for github is reset after closing the console.
Every time you start the console (including native cmd) it gives the following errors about accessing github.
The problem goes away (everything works fine) if you log in using the commands:
eval "$(ssh-agent -s)"
$(ssh-add win_rsa)
ssh-add -l -E md5 #check
ssh -T [email protected] # Hi PaVM! You've successfully authenticated, but GitHub does not provide shell access.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question