I followed everything in the GitHub tutorial: https://help.github.com/articles/generating-ssh-keys
I did all the commands in the directory of my repository. I reached th
I was able to stop the username & password prompt by opening .git/config from the base repo directory and changing the remote URL.
.git/config
For example:
[remote "origin"] url = https://github.com/username/my-repo.git
should be changed to:
[remote "origin"] url = git@github.com:username/my-repo.git