Answers for "add git credentials in windows"

1

add credentials to git

git config user.name "your username"
git config user.password "your password"
Posted by: Guest on March-22-2020
1

add github to windows credentials

git config --global credential.helper manager-core
Posted by: Guest on April-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language