Quick tip about accessing git repositories.
If you initially cloned a repository using the default https: url then you will be prompted for your username and password everytime you want to pull or push.
The fix is to access the remote repository using SSH instead (so it uses your keys for authentication).
To do this follow the instructions documented on github here: Changing a Remote's URL.
Comments