上传本地项目到github所遇到的问题

本地有一个项目,想上传到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把项目传上去了…… 简单粗暴?但不知道后面怎么办。

    原文作者:greatfulltime
    原文地址: https://www.jianshu.com/p/e9a7739d5f07
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞