答案 0 :(得分:1)
请尝试这样做,它应该指向新的网址。
git remote set-url origin https://github.com/myName/myRepo.git
另外,请检查.git / config文件以查找[remote“origin”]部分中列出的URL。
希望这会有所帮助!!
答案 1 :(得分:0)
您必须将协议更改为git而不是https。
除非您将凭据配置设置为记住密码,否则 https
将始终提示您输入密码。
最简单的方法是切换到git协议,但如果你不能解释如何设置git来记住密码。
基本上,您必须根据您的操作系统使用以下配置
git config --global credential.helper cache
git config --global credential.helper wincred