0

I created a new project and initiated a git project. However After adding and commiting, when I try to push, they ask me passphrase which I'm 100% sure it's correct because if I fail in the command line, it asks again until achieves 3 tries. The issue is when I write the correct pass, it asks again in a popup image I enter again the pass and it continues asking again and again in loop. It's so annoying and I cann't find any help in the internet related with this.

Can someone please give me some help?

  • 1
    Does this answer your question? [Git keeps asking me for my ssh key passphrase](https://stackoverflow.com/questions/10032461/git-keeps-asking-me-for-my-ssh-key-passphrase) – Stephen Newell Jul 21 '22 at 16:04
  • Are you using the wrong password? (is `~/.ssh/id_rsa` your proper SSH key?) – TheTechRobo the Nerd Jul 22 '22 at 02:33
  • @StephenNewell Sorry, but this article "Git keeps asking me for my ssh key passphrase" talks about the need of authentication each time we want to push. My problem is worst: it asks repetitively for the password in a pop-up and never let me authenticate. – Gonçalo Bernardo Jul 22 '22 at 16:35
  • And did you run `ssh-agent` and `ssh-add` like the answer suggested? – Stephen Newell Jul 22 '22 at 19:07

0 Answers0