Gitee拉取代码报错You hasn‘t joined this enterprise! fatal unable to access

文章目录

  • 一、问题
  • 二、解决
    • 2.1、进入**控制面板**
    • 2.2、进入**用户账户**
    • 2.3、进入**管理`Windows`凭据**
    • 2.4、**普通凭据**
      • 2.4.1、添加
      • 2.4.2、编辑
    • 2.5、重新拉取|推送代码
  • 三、最后

一、问题

Gitee拉取仓库代码的时候报错You hasn't joined this enterprise! fatal unable to access,具体错误如下所示:

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --tags origin
remote: [31m[session-9e48cea3] You hasn't joined this enterprise![0m
fatal: unable to access "https://gitee.com/zzz/admin.git/': The requested URL returned error: 403

Gitee拉取代码报错You hasn‘t joined this enterprise! fatal unable to access_第1张图片

然后我特地去看了下自己的账号是否是仓库的开发人员,也确认没有问题

Gitee拉取代码报错You hasn‘t joined this enterprise! fatal unable to access_第2张图片

二、解决

2.1、进入控制面板

Gitee拉取代码报错You hasn‘t joined this enterprise! fatal unable to access_第3张图片

2.2、进入用户账户

Gitee拉取代码报错You hasn‘t joined this enterprise! fatal unable to access_第4张图片

2.3、进入管理Windows凭据

Gitee拉取代码报错You hasn‘t joined this enterprise! fatal unable to access_第5张图片

2.4、普通凭据

在普通凭据列表下方看下是否有gitee.com的配置项,如果有的话就点击【编辑】修改账号密码,没有的话就点击【添加普通凭据】。这里的用户名/密码就是登录Gitee官网的用户名/密码,如下所示:

Gitee拉取代码报错You hasn‘t joined this enterprise! fatal unable to access_第6张图片

2.4.1、添加

配置如下所示:

Internet 地址或网络地址: https://gitee.com
用户名: username
密码:ooooo

Gitee拉取代码报错You hasn‘t joined this enterprise! fatal unable to access_第7张图片

2.4.2、编辑

输入正确的用户名/密码,然后点击【确定

Gitee拉取代码报错You hasn‘t joined this enterprise! fatal unable to access_第8张图片

2.5、重新拉取|推送代码

配置完以上操作后,重新拉取代码或者推送代码都是可以成功的了

三、最后

本人每篇文章都是一字一句码出来,希望大佬们多提提意见。顺手来个三连击,点赞收藏关注✨。创作不易,给我打打气,加加油☕

你可能感兴趣的:(Git,gitee,git,github,前端)