remote: HTTP Basic: Access denied.
remote: HTTP Basic: Access denied. If a password was provided for Git authentication, the password was incorrect or you're required to use a token instead of a password. If a token was provided, it was either incorrect, expired, or improperly scoped。
如果你尝试了windows凭证清楚,git缓存清除等一系列的操作,那么现在你可以执行一下,git config --list --show-origin | findstr /i "credential proxy http"
把结果发给AI。
是的,他很有可能会强制http请求上增加一个Authorization: Basic ... 头,导致你的token,用户名密码都无效。