git 远程重命名仓库出现 Remote: Not Found

Push failed
            Remote: Not Found
            repository 'https://XXXXXXX/' not found

  • 需要更新本地版本仓库指向新位置。

 需要进入本地项目文件找到.git文件夹

 git 远程重命名仓库出现 Remote: Not Found

修改config文件中的配置信息

git 远程重命名仓库出现 Remote: Not Found 

这里修改你重新的clone  url

git 远程重命名仓库出现 Remote: Not Found

 修改完成保存 就可以正常提交了