【发布时间】:2016-04-07 13:11:24
【问题描述】:
我做了git init,然后我意识到我应该包含我在 GitHub 中创建存储库时获得的链接,所以我这样做了:
git init https://github.com/genadinik/AndroidMakeMoneyFree.git
然后我做了:
git add -all
git commit -m "Adding repository contents"
效果很好,但后来我尝试推送并收到此错误:
git push origin master
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
【问题讨论】:
标签: git github git-remote