After using the git push
command, an error is reported as follows:
another error is:
git Failed to connect to port xxxx: Connection refused
based on these two situations, the account and password logged in at the time of the first use are largely inconsistent with the current warehouse account password, so the user will be prompted to connect without permission or refuse access. At this time, the best way is to reset the GIT account password!
Solution:
first enter the local warehouse directory, then right-click “git bash here”, and enter the following instructions in the pop-up terminal input box:
git config --system --unset credential.helper
Then use the git push
command again to guide you to enter the account and password again. After you enter it correctly, you can connect to the remote warehouse successfully!!
Read More:
- Git Error: remote: HTTP Basic: Access denied [How to Solve]
- [Solved] WSL Ubuntu error: Access folder permission 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‘
- 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‘
- 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?
- [Solved] fatal: not a git repository (or any of the parent directories): .git
- Linux accesses the shared directory of windows, pysmb (parameter remote)_Name (defined)
- Detailed explanation of basic lstmcell in tensorflow learning
- Git-2.16.1.2-64-bit Error: cannot spawn git: Function not implemented
- Git Error Resolution: errno:10054 Time out
- Git initializes the local existing project
- [Solved] SSH connect Error: “WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED“
- [Solved] Xshell Connect Error: Disconnected from remote host
- net::ERR_HTTP2_PROTOCOL_ERROR 200 [How to Solve]
- [Solved] SSH WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!