本文介绍了无法将代码推送,提取或提取到Azure Devops存储库(几个小时前工作正常)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

git clone [email protected]:v3/XXXXX/YYYYY/ZZZZZ.

克隆为." ...
远程:
remote:您的Git命令未成功.
远程:详细信息:
远程: TF14045:找不到类型为'Microsoft.IdentityModel.Claims.ClaimsIdentity'的身份.
远程:
致命:无法从远程存储库读取.

请确保您具有正确的访问权限
并且存储库存在.

没有更改任何权限,也没有在Mac上进行任何更改.



谢谢
Roni

git clone [email protected]:v3/XXXXX/YYYYY/ZZZZZ .

Cloning into '.'...
remote:
remote: Your Git command did not succeed.
remote: Details:
remote:         TF14045: The identity with type 'Microsoft.IdentityModel.Claims.ClaimsIdentity' could not be found.
remote:
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Did not change any permission, nor did I change anything on my mac.



Thanks,
Roni

推荐答案


这篇关于无法将代码推送,提取或提取到Azure Devops存储库(几个小时前工作正常)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 19:34