setup github password terminal code example
Example: setup github password terminal
$ git config credential.helper store
$ git push https://github.com/owner/repo.git
Username for 'https://github.com':
Password for 'https://[email protected]':
$ git config credential.helper store
$ git push https://github.com/owner/repo.git
Username for 'https://github.com':
Password for 'https://[email protected]':