Authentication failed for 错误

简介: Authentication failed for 错误


git提交报错 fatal: Authentication failed for (凭据失败)

解决

方法一

控制面板——>用户账户——>凭据管理器:修改git地址凭证保存的密码

方法二

git config --system --unset credential.helper

再push就会提示输入名称和密码

git config -–global user.name "xxx"
git config –-global user.email "xxx@xxx.com"


相关文章
|
7月前
|
Unix 数据安全/隐私保护
|
4月前
|
网络安全
出现“Host key verification failed”错误--解决
遇到“Host key verification failed”错误,通常是因为远程主机密钥发生变化,与本地保存的信息不符。这种情况可能是远程主机系统更改或重装等原因导致的。解决方法是根据提示使用`ssh-keygen -f "/root/.ssh/known_hosts" -R "[10.61.0.152]:29022"`命令移除旧的密钥信息,然后重新尝试连接。
863 5
|
7月前
|
数据安全/隐私保护
remote: 认证失败,请确认您输入了正确的账号密码。 fatal: Authentication failed
、remote: 认证失败,请确认您输入了正确的账号密码。 fatal: Authentication failed
|
8月前
|
NoSQL Redis 数据库
解决noauth authentication required异常
解决noauth authentication required异常
486 0
解决noauth authentication required异常
|
Java Maven 数据安全/隐私保护
Could not transfer artifact from/to Authentication failed for 401 Unauthorized
Could not transfer artifact from/to Authentication failed for 401 Unauthorized
535 0
|
NoSQL 安全 MongoDB
mongorestore[报错]auth error: sasl c onversation error: unable to authenticate using mechanism
mongodb中添加了admin表的用户,即创建了超级管理员(mongodb的安全生产环境的权限设置请查看: [https://blog.csdn.net/Chenftli/article/details/105228130](https://blog.csdn.net/Chenftli/article/details/105228130)),此时我想去将备份的集合的bson文件数据导入到mongodb指定的数据库时会报出上面的错误。 ##### 尝试 尝试使用下面的命令执行
824 0
SignTool Error: An error occurred while attempting/Error information: “SignerTimeStamp() failed.“
SignTool Error: An error occurred while attempting/Error information: “SignerTimeStamp() failed.“
161 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
|
Shell
遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办
遇到INSTALL_FAILED_VERIFICATION_FAILURE怎么办
1173 0
|
开发工具 数据安全/隐私保护 git
fatal: Authentication failed for解决方法
fatal: Authentication failed for解决方法

热门文章

最新文章