Answers for "username password github"

1

How to add username and password in github

git config --global user.email [email protected]

git config --global user.password ●●●●●●●●●●●
Posted by: Guest on January-08-2022
3

how to get git username and password

$ git config --global user.name "Mona Lisa"
$ git config --global user.name
$ mona
Posted by: Guest on May-20-2020
0

setup github password terminal

$ git config credential.helper store
$ git push https://github.com/owner/repo.git

Username for 'https://github.com': <USERNAME>
Password for 'https://[email protected]': <PASSWORD>
Posted by: Guest on June-05-2020

Code answers related to "username password github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language