Git keeps prompting me for a password
I think you may have the wrong Git repository URL. Open .git/config and find the [remote “origin”] section. Make sure you’re using the SSH one: You can see the SSH URL in the main page of your repository if you click Clone or download and choose ssh. And NOT the https or git one: You can now validate with just the SSH key instead of the … Read more