Git Push Pull Asks For Login Everytime

[Solved] Git Push Pull Asks For Login Everytime | Lisp - Code Explorer | yomemimo.com
Question : git push pull asks for login everytime

Answered by : helpless-hawk-hjstof5ch1o8

$ git config credential.helper store
$ git push https://github.com/repo.git
Username for 'https://github.com': <USERNAME>
Password for 'https://[email protected]': <PASSWORD>

Source : https://stackoverflow.com/questions/11403407/git-asks-for-username-every-time-i-push | Last Update : Fri, 03 Jul 20

Answers related to git push pull asks for login everytime

Code Explorer Popular Question For Lisp