Answers for "git clone asking password"

1

git not asking for password

git config --system --unset credential.helper
git config --global --unset credential.helper
git config --local --unset credential.helper
Posted by: Guest on February-02-2021
-2

github username and password git clone

git clone https://username:[email protected]/username/repository.git

or

git clone https://[email protected]/username/repository.git
It will prompt you for your password.
Posted by: Guest on January-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language