fatal: Authentication failed for解决方法
程序员文章站
2024-02-22 15:11:58
...
1.如果push遇到在输入密码是熟错后,就会报这个错误fatal: Authentication failed for
解决办法:
git config --system --unset credential.helper
之后你在push就会提示输入名称和密码
免输入用户密码方法:
git config --global credential.helper store
此时,会在你本地生成一个文本,用于记录你的账号和密码。
再操作一次git pull(clone 或 push)操作后,它会提示你输入账号密码,这一次输入成功后,就不需要再次输入密码了。
上一篇: 爬虫-反爬虫相关
推荐阅读
-
fatal: Authentication failed for解决方法
-
php错误提示failed to open stream: HTTP request failed!的完美解决方法
-
Fatal error: Call to undefined function mysql_connect()解决方法
-
php运行提示:Fatal error Allowed memory size内存不足的解决方法
-
php提示Failed to write session data错误的解决方法
-
linux下mysql提示"mysql deamon failed to start"错误的解决方法
-
IOS 签名错误codesign failed with exit code 1解决方法
-
node.js编译生成错误提示fatal error LNK1112/1123的解决方法
-
node.js编译生成错误提示fatal error LNK1112/1123的解决方法
-
php提示Failed to write session data错误的解决方法