The repository warehouse does not exist in git: repository 'http://47.108.92.196:8090/http://47.108.92.196:8090/' not found

The address of the origin remote warehouse is wrong. You need to reset the new remote warehouse address:

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

Then re-upload and it will be ok

$ git push -u origin master

Guess you like

Origin blog.csdn.net/weixin_45950842/article/details/122018173