Git 要求输入错误的密码 URL ,每当我尝试执行 git clone,git pull

Git asks a password for a wrong URL , whenever I tried to excute git clone,git pull

Git 总是要求输入错误的密码 URL,每当我尝试执行 git 克隆、git 拉取或 git 获取时。

'http://mkspks@xxx.xxx.0.23:8080' 的密码:

这是错误的 url,如何删除此 url 或丢弃此 url。

更容易回退到命令行,然后键入:

cd c:\path`\to\repository
git remote set-url origin https://remote/TFS/repository/URL

<https://remote/TFS/repository/URL> 替换为实际存储库 URL。

如果您使用的是团队资源管理器,您可以edit origin从存储库设置中: