Answers for "do a git clone with user name and password"

-2

do a git clone with user name and password

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 "do a git clone with user name and password"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language