1、报错信息如下
$ git clone https://gitee.com/xxx/xxx-xxx.git
Cloning into 'xxx-xxx'...
info: detecting host provider for 'https://gitee.com/'...
remote: [session-1e4ceb83] You hasn't joined this enterprise!
fatal: unable to access 'https://gitee.com/xxx/xxx-xxx.git/': The requested URL returned error: 403
2、原因
拉取项目时window的访问凭据不是项目的被授权账号,我这里是因为window的访问凭证里是我自己的账号,导致拉取报错
3、解决办法
(1)进入控制面板
(2)点击用户账号
(3)点击管理Window凭据
(4)看到普通凭据那一列
(5)往下滑找到你项目所存的网站,然后点击编辑(这个报“You hasn't joined this enterprise!”错误的项目存在码云上,所以要编辑码云的凭据,这个需要各位根据自己的实际情况来编辑,例如还有github、gitlab之类的,我这截图仅供参考)
(6)输入有权限能拉取项目的账号和密码,点击保存
文章来源:https://www.toymoban.com/news/detail-505179.html
(7)重新拉取项目即可 文章来源地址https://www.toymoban.com/news/detail-505179.html
到了这里,关于用别人的git账号拉取代码时报“You hasn‘t joined this enterprise!”的错误的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!