Answers for "how to permanently set password for github in ubuntu termila'"

0

how to permanently set password for github in ubuntu termila'

git config --global credential.helper store
git push # or pull or clone
# fill in your github username as username and personal access token as password
Posted by: Guest on April-01-2022

Code answers related to "how to permanently set password for github in ubuntu termila'"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language