git 问题
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
解决
- git remote set-url命令修改remote URL
git remote set-url origin git@github.com:xxxxxx/xxxxxx.git