博客
关于我
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/

    你可能感兴趣的文章
    nginx + etcd 动态负载均衡实践(一)—— 组件介绍
    查看>>
    nginx + etcd 动态负载均衡实践(三)—— 基于nginx-upsync-module实现
    查看>>
    nginx + etcd 动态负载均衡实践(二)—— 组件安装
    查看>>
    nginx + etcd 动态负载均衡实践(四)—— 基于confd实现
    查看>>
    Nginx + Spring Boot 实现负载均衡
    查看>>
    Nginx + Tomcat + SpringBoot 部署项目
    查看>>
    Nginx + uWSGI + Flask + Vhost
    查看>>
    Nginx - Header详解
    查看>>
    nginx - thinkphp 如何实现url的rewrite
    查看>>
    Nginx - 反向代理、负载均衡、动静分离、底层原理(案例实战分析)
    查看>>
    Nginx - 反向代理与负载均衡
    查看>>
    nginx 1.24.0 安装nginx最新稳定版
    查看>>
    nginx 301 永久重定向
    查看>>
    nginx 301跳转
    查看>>
    nginx 403 forbidden
    查看>>
    nginx connect 模块安装以及配置
    查看>>
    nginx css,js合并插件,淘宝nginx合并js,css插件
    查看>>
    Nginx gateway集群和动态网关
    查看>>
    nginx http配置说明,逐渐完善。
    查看>>
    Nginx keepalived一主一从高可用,手把手带你一步一步配置!
    查看>>