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:
- GitHub# fatal: ‘origin’ does not appear to be a git repository
- Git Unable to switch remote branches error: pathspec ‘origin/XXXX’ did not match any file(s) known to git
- How to Solve error: failed to push some refs to ‘xxxx’
- [Solved] error: failed to push some refs to ‘xxxx’
- How to Solve Code cloud error: fatal: remote origin already exists
- Git Error: nothing to commit, working directory clean [How to Solve]
- fatal:’origin’ does not appear to be a git repository fatal:Could not read from remote re…
- GitHub common operations and common errors! Error prompt: fatal: remote origin already exists
- Git push Warning: The authenticity of host ‘github.com (52.74.223.119)’ can’t be established.
- Git Push hint: Updates were rejected because the remote contains work that you do hint: not have …