博客
关于我
android git 登录失效更改Windows凭据git clone 正常地址,报错
阅读量:575 次
发布时间:2019-03-11

本文共 558 字,大约阅读时间需要 1 分钟。

在Windows系统环境下尝试将Gitee仓库克隆时,可能会遇到以下错误提示:

Administrator@GDO45BAJPEM4PTO MINGW64 /e/1_work/2020_jingdong$ git clone https://gitee.com/bibaboone/whaleAi.gitCloning into 'whaleAi'...remote: jian11058.com: Incorrect username or password (access token)fatal: Authentication failed for 'https://gitee.com/bibaboone/whaleAi.git/'

错误信息表明,登录的用户信息与Gitee的账户用户名不一致。这种情况下,解决方法是需要更改账户信息,尤其是通过Windows凭据进行认证时 absolutly 需要确保凭据中的用户名与Gitee账户一致。

在实际操作中,可以按照以下步骤解决问题:

  • 访问Gitee账户管理界面
  • 找到账户对应的安全凭据
  • 在Windows系统中更新Shiro配置
  • 重新测试克隆操作
  • 通过上述步骤,可以确保Windows环境下的Gitee认证信息与Gitee账户信息保持一致,从而成功克隆所需仓库。

    转载地址:http://mohvz.baihongyu.com/

    你可能感兴趣的文章
    Python Pandas 用顶行替换标题
    查看>>
    Python Pandas-从DataFrame按类别绘制多个条形图
    查看>>
    Python PyQt5 将不再显示此消息复选框添加到 QMessageBox
    查看>>
    Python PyQt5:如何使用 PyQt5 显示错误消息
    查看>>
    Python pytest 面试题!
    查看>>
    Python pytz 时区函数返回一个相差 9 分钟的时区
    查看>>
    python rabbitmq实现简单/持久/广播/组播/topic/rpc消息异步发送可配置Django
    查看>>
    Python random和json模块
    查看>>
    Python random模块seed理解
    查看>>
    python range()函数
    查看>>
    Python rdflib可传递查询
    查看>>
    python redis 集群_python 搭建redis集群
    查看>>
    python redis连接,在Python中使用Redis连接池的正确方法
    查看>>
    python regex_Python RegEx
    查看>>
    python requests post 中文结果请求得到unicode
    查看>>
    Python Requests接口自动化测试实战
    查看>>
    Python requests模块
    查看>>
    python request与grequests该如何选择
    查看>>
    python request模块
    查看>>
    Python requirements.txt的使用方法
    查看>>