本地有一个项目,想上传到github, 很久没用了有些生疏。现在的状况是已经在github建好了repository. 在本地项目里init了git, 当前分支为remotes/origin/master, 但push 不成功。
错误提示:
WudeMacBook-Pro:Dribbbo wucaiwei$ 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.
解决方案:
花了好几个小时用了无数方法不行,用了git push -f origin master把项目传上去了…… 简单粗暴?但不知道后面怎么办。