reason:
The user name and password configured by local git are inconsistent with those registered on gitlab.
Solution:
If the account and password are changed, execute the following commands on the GIT command line
git config --system --unset credential.helper
Then re execute your operations (such as pull and push), and you will be prompted to enter your account and password again.
What’s your feeling?
In retrospect, it seems that I did create a new user name and password, or I changed my password. ok
Read More:
- [Solved] git error – remote: http basic: access denied
- Ubuntu: How to deal with the fatal: the remote end hung up unexpected error of GIT clone Android kernel
- Git Clone Error: ‘fatal: HTTP request failed‘
- [Solved] WSL Ubuntu error: Access folder permission denied
- Git Push Error: error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
- How to Solve Git clone Error: error: RPC failed; result=35, HTTP code = 0
- Docker Error: error invoking remote method ‘docker-start-container‘: error: (http code 500) server error –
- [Solved] Git push error: failed to push some refs to ‘[email protected]:daisy_yangyang/fed-e-task-04-01.git‘
- [Solved] fatal: not a git repository (or any of the parent directories): .git
- AFTER THE GIT SOURCE CODE IS INSTALLED, AN ERROR IS REPORTED /USR/BIN/GIT: NO SUCH FILE OR DIRECTORY
- [Solved] Cannot find command ‘git‘ – do you have ‘git‘ installed and in your PATH?
- Detailed explanation of basic lstmcell in tensorflow learning
- Git-2.16.1.2-64-bit Error: cannot spawn git: Function not implemented
- [Solved] SSH WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
- Linux accesses the shared directory of windows, pysmb (parameter remote)_Name (defined)
- [Solved] SSH connect Error: “WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED“
- Git Clone RPC failed;curl 18 transfer closed with outstanding read data remaining
- Git Error Resolution: errno:10054 Time out
- Git initializes the local existing project
- nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)