错误如下:
Git Pull Failed remote: HTTP Basic: Access denied Authentication faile
解决方法如下:
进入到本地仓库目录下, 然后右键-点击’Git Bash Here’, 在弹出里输入如下指令
git config --system --unset credential.helper
刚刚失败的地方重新操作,然后输入账号密码即可
博客指出Git Pull失败,报错显示‘remote: HTTP Basic: Access denied Authentication fail’。解决方法是进入本地仓库目录,右键点击‘Git Bash Here’,在弹出窗口输入相关指令,在失败处重新操作并输入账号密码。
错误如下:
Git Pull Failed remote: HTTP Basic: Access denied Authentication faile
解决方法如下:
进入到本地仓库目录下, 然后右键-点击’Git Bash Here’, 在弹出里输入如下指令
git config --system --unset credential.helper
刚刚失败的地方重新操作,然后输入账号密码即可
10万+
1071
9114
1170
5942

被折叠的 条评论
为什么被折叠?