gitrepositoryssh-keyspassword-prompt

How to setup ssh key to bypass git bash password prompt


I would like to disable the password prompt of git, so I thought that I can setup a ssh-key onto my remote repository. But how do I associate it with git on my computer.

Thanks.


Solution

  • It should only ask for a password if you access git through SSH using a password-protected private key.
    If that is the case, you need to run an SSH agent, as described in "Remember Password, Git bash under windows".