I have a little problem today. Come here to share and record:
To solve the problem of authentication failed for ‘http:// * * *. Git’ in the pull project times, let’s share two solutions:
In the case of GIT permission and account password, the reason for this problem is the wrong user name and password
Solution 1:
reset the user name and password as follows:
Set Username
git config --global user.name test1
Set Password
git config --global user.password 123456
After setting, you can use git clone command or git fetch command to pull the project again.
Solution 2:
1) input the following command
git config --system --unset credential.helper
2) Pull the project through git clone or git fetch command, and re-enter the user name and password to successfully pull the project.
Similar Posts:
- [Solved] Git Error: failed: authentication failed for ‘http: XXXX.git / ”
- Git pull code authentication failed with error: fatal: authentication failed for “XXXX”
- [Solved] Github Push Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
- gitlab fatal: Authentication failed for ‘http://10.2.80.17:8090/yeyichao/201904041026PROj.gi…
- [Solved] Git Error: could not read Username for ‘https://github.com’: terminal prompts disabled
- Linux: How to Solve Git clone error
- Failed to connect to github.com port 443:connection timed out
- Git clone Error: RPC failed; curl 18 transfer closed with outstanding read data remaining
- [Solved] tortoisegit error: git did not exit cleanly (exit code 128)
- Git Push Github ERROR: Permission to xxx.git denied to user