Answer the question
In order to leave comments, you need to log in
How to clone a github project with one line including authentication?
git clone https://github.com/owner/repo.git
asks for a username and password. Can they be placed in a command so that they do not have to be entered separately? Need something vera
git clone https://username:[email protected]@github.com/owner/repo.git
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question