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


 posted on 2020-03-02 13:06  谁是凶手1703  阅读(148)  评论(0)    收藏  举报