码迷,mamicode.com
首页 > Web开发 > 详细

使用git上传码云仓库失败

时间:2020-05-19 12:46:39      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:mis   https   上传   失败   pre   etc   ken   access   使用   

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, 问题得到解决

 

 

 

   

使用git上传码云仓库失败

标签:mis   https   上传   失败   pre   etc   ken   access   使用   

原文地址:https://www.cnblogs.com/big--Bear/p/12915943.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!