因为缓存的凭据错误,无法将代码推送到Azure DevOps。
因为缓存的凭据错误,无法将代码推送到Azure DevOps。
这个问题已经有答案了:
看起来我已经有错误的凭据被缓存了,这不允许我将代码推送到Azure DevOps(Azure仓库)。
我正在使用Git Bash作为客户端工具。
以下是错误消息:
fatal: Authentication failed for 'https://xxx.visualstudio.com/DefaultCollection/dms/_git/reponame/'
我尝试了下面的解决方案,但没有成功
- 停止并重新启动Git Bash
git config --global credential.helper \"cache --timeout=60\"
3 将C:\\Users\\hp\\AppData\\Local\\GitCredentialManager\\tenant.cache
重命名为C:\\Users\\hp\\AppData\\Local\\GitCredentialManager\\tenant.cache.bak
甚至删除租户缓存也没有效果...
admin 更改状态以发布 2023年5月24日