git中出现repository仓库不存在的:repository ‘http://47.108.92.196:8090/http://47.108.92.196:8090/‘ not found

origin远程仓库的地址错误,需要重新设定新的远程仓库地址:

git remote set-url origin 你新的远程仓库地址

然后重新上传就ok了

$ git push -u origin master

猜你喜欢

转载自blog.csdn.net/weixin_45950842/article/details/122018173