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)输入有权限能拉取项目的账号和密码,点击保存
(7)重新拉取项目即可