git / 未分类 · 2016年9月8日

git github的一些报错处理 ERROR: Repository not found

昨晚 为自己的xmonad 加上托盘后,想提交却报错了
evan@evankali:~/github/myxmonad$ git push origin master
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
今天早上搞定了 方法如下
重新 clone 然后再加
git remote set-url origin git@github.com:evan886/myxmonad.git