0
点赞
收藏
分享

微信扫一扫

git clone克隆代码报错:fatal: Authentication failed for ‘https://gitee.com/.......‘

前程有光 2022-04-30 阅读 69

克隆代码Git报错:fatal: Authentication failed for 'https://gitee.com/.......'

打开控制面板》用户账户》凭据管理器》windows凭据》添加普通凭据

输入正确即可

没有初始化配置git用户名和邮箱需要手动配置


git config --global user.name "bryan sun"  //名字
git config --global user.email "hitsjt@gmail.com"  //邮箱

有可能会出现下面的情况,检查--添加普通凭证--时是否填写正确===输入正确即可

fatal: Authentication failed for 'https://.......soft.com/....../'
 

 

举报

相关推荐

0 条评论