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.
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".