[Solved] Git push origin master fatal: ‘origin’ does not appear to be a git repository fatal…

 

git add *

git status

git commit -m "upload your codes"

git push origin master   
error 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 [email protected]:names/xiansun-manager-service.git

git push origin master

Similar Posts: