github - When using the http protocol, does the git clone operation require password verification?
伊谢尔伦
伊谢尔伦 2017-05-02 09:47:33
0
2
604

I saw this sentence in the official Github help manual:

When you git clone, git fetch, git pull, or git push to a remote repository using HTTPS URLs on the command line, you' ll be asked for your GitHub username and password.
When you use the HTTPS URL in the command line to perform git clone, git fetch, git pull, or git push operations on the remote repository , you will be asked to enter your Github username and password.

But in fact, I have never encountered a requirement to enter a username and password in git clone (using the http protocol). Is it because the help document is written incorrectly?

NOTE:This question originated from another question on this site. I suddenly thought of this question when I was answering other people's questions.

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
Ty80

It is very likely that you have entered it before
Because I have encountered it before and had to enter the account number and password
I don’t know what the situation is on your side
I didn’t enter it again when I submitted it

为情所困

If the project is open source, you do not need to enter the username or password when executing git clone. You will only be asked to enter the account password when submitting the code after modifying the project.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template