使用git上传码云仓库失败
remote: Incorrect username or password ( access token ) fatal: Authentication failed for ‘https://gitee.com/***/***.git/
1. 解决办法 清除本地的gitee的账号
git config --system --unset credential.helper
2. 若使用上面的命令报错后,
error: could not lock config file C:/Program Files/Git/mingw64/etc/gitconfig: Permission d enied
3. 找到对应的文件 C:/Program Files/Git/mingw64/etc/, 配置
  
4. 再次执行git config --system --unset credential.helper, 问题得到解决
相关推荐
  Equation    2020-08-09  
   iamjiyu    2020-07-21  
   baolen    2020-08-15  
   87447007    2020-07-19  
   ArkShen    2020-07-05  
   formula    2020-11-12  
   huhongfei    2020-11-05  
   乾坤一碼農    2020-10-27  
   liumengyanysu    2020-10-22  
   E哥的aws认证攻略    2020-10-15  
   tianyafengxin    2020-10-08  
   guying    2020-10-05  
   好脑筋不如烂笔头    2020-09-17  
   nebulali    2020-09-11  
   佛系程序员J    2020-09-15  
   fenggit    2020-09-15  
   JustHaveTry    2020-09-11  
 