Git every time asking for a password?
Frustrated of entering password every time you pull or push git?
Don’t worry there is always a smarter solution.
You can use ssh keys to store your ssh key on the server where git is stored and then it will never ask you again for password.
Here are instructions about creating your ssh keys and uploading them to git server
1 Response
[…] Git pull without password […]