fatal: Authentication failed for解决方法

简介: fatal: Authentication failed for解决方法

1.如果push遇到在输入密码是熟错后,就会报这个错误fatal: Authentication failed for

解决办法:

git config --system --unset credential.helper

之后你在push就会提示输入名称和密码

免输入用户密码方法:

git config --global credential.helper store

此时,会在你本地生成一个文本,用于记录你的账号和密码。

再操作一次git pull(clone 或 push)操作后,它会提示你输入账号密码,这一次输入成功后,就不需要再次输入密码了。

相关文章
|
7月前
|
Unix 数据安全/隐私保护
|
7月前
|
数据安全/隐私保护
remote: 认证失败,请确认您输入了正确的账号密码。 fatal: Authentication failed
、remote: 认证失败,请确认您输入了正确的账号密码。 fatal: Authentication failed
|
开发工具 数据安全/隐私保护 git
Authentication failed for 错误
Authentication failed for 错误
262 0
|
Web App开发 网络协议 数据安全/隐私保护
Win系统 - 如何解决 ERR_PROXY_CONNECTION_FAILED 错误?
Win系统 - 如何解决 ERR_PROXY_CONNECTION_FAILED 错误?
2580 0
Win系统 - 如何解决 ERR_PROXY_CONNECTION_FAILED 错误?
SignTool Error: An error occurred while attempting/Error information: “SignerTimeStamp() failed.“
SignTool Error: An error occurred while attempting/Error information: “SignerTimeStamp() failed.“
161 0
|
网络安全 开发工具 数据安全/隐私保护
git sync fatal: Authentication failed for https://github.com/ did not exit cleanly (exit code 128)
git sync fatal: Authentication failed for https://github.com/ did not exit cleanly (exit code 128)
738 0
|
Java
Error: A JNI error has occurred, please check your installation and try again
Error: A JNI error has occurred, please check your installation and try again
213 0
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
解决办法:configure: error: You requested SRTP (requires libsrtp) but not found...die
151 0
|
Shell
遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办
遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办
1168 0