解决git clone提示You hasn‘t joined this enterprise

简介: 解决git clone提示You hasn‘t joined this enterprise

出现场景

gitee的私人仓库时出现以下错误

adodeMacBook-Pro:flutter ado$ git clone https://gitee.com/xxx/xxx-project.git
Cloning into 'uoffer-android'...
remote: [session-57469386] You hasn't joined this enterprise!
fatal: unable to access 'https://gitee.com/xxx/xxx-project.git/': The requested URL returned error: 403

原因

已经使用过其他账号拉过代码,所以有gitee账号的密钥信息。

解决

删除以前的密钥信息即可,再重新使用git clone拉代码。

windows

mac

启动台中找到钥匙串访问打开

在所有项目中搜索gitee或者以前登录过的账号

右键删除即可

相关文章
|
5月前
|
安全 网络安全 开发工具
百度搜索:蓝易云【git无法使用git协议clone github仓库问题解决方法】
通过尝试以上解决方法,你应该能够解决无法使用Git协议克隆GitHub仓库的问题。选择适合你网络环境和要求的方法,并根据需要进行相应的配置。
249 2
|
11月前
|
开发工具 git
git clone TimeOut 无法下载 git 设置代理
git clone TimeOut 无法下载 git 设置代理
126 0
|
2月前
|
IDE 网络安全 开发工具
【Azure App Service】Local Git App Service的仓库代码遇见卡住不Clone代码的问题
【Azure App Service】Local Git App Service的仓库代码遇见卡住不Clone代码的问题
【Azure App Service】Local Git App Service的仓库代码遇见卡住不Clone代码的问题
|
2月前
|
开发工具 git
Git 中的 fork、branch 和 clone
【8月更文挑战第27天】
146 5
|
2月前
|
开发工具 git
【Azure App Service】App Service设置访问限制后,使用git clone代码库出现403报错
【Azure App Service】App Service设置访问限制后,使用git clone代码库出现403报错
|
2月前
|
开发工具 git iOS开发
服务器配置Huggingface并git clone模型和文件
该博客提供了在服务器上配置Huggingface、安装必要的工具(如git-lfs和huggingface_hub库)、登录Huggingface以及使用git clone命令克隆模型和文件的详细步骤。
198 1
|
2月前
|
开发工具 git
【Mac 系统】解决git clone速度慢
本文提供了解决Mac系统上使用git clone时速度慢的问题的方法。
129 0
|
4月前
|
开发工具 git
蓝易云 - 解决git clone时出现Failed to connect to 127.0.0.1 port 1573问题
希望这些信息能帮助你解决问题。如果问题仍然存在,可能需要检查你的网络设置或者联系你的网络管理员。
59 3
|
3月前
|
开发工具 git
git clone如何拉取代码,抓取和拉取
git clone如何拉取代码,抓取和拉取
|
5月前
|
存储 前端开发 开发工具
git clone -mirror 和 git clone 的区别
git clone -mirror 和 git clone 的区别

相关实验场景

更多