首页 > 数据库技术 > 详细

remote: Incorrect username or password ( access token ) fatal: Authentication failed for

时间:2018-12-02 21:33:57      阅读:2607      评论:0      收藏:0      [点我收藏+]

gitee推送到远程仓库时提示错误
remote: Incorrect username or password ( access token )
fatal: Authentication failed for ‘https://gitee.com/***/***.git/‘

解决办法:清除本地的gitee用户名和密码

git config --system --unset credential.helper

再执行推送,重新输入用户名和密码。

remote: Incorrect username or password ( access token ) fatal: Authentication failed for

原文:https://www.cnblogs.com/sunmingduo/p/10055329.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!