git报错 git push origin master fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repositor

孤人 提交于 2020-01-24 15:57:19
git add *

git status

git commit -m "上传代码"

git push origin master   
报错git push origin master
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.


git remote add origin git@code.aliyun.com:名称/xiansun-manager-service.git

git push origin master

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!