failed to push some refs to '[email protected]:OLitlleStone/mongodb.git' hint: Updates were rejected be...

這個的主要的錯誤是因爲,當你在git init的時候,在你的文件中只出現了.git 而沒有出現README.md。所以你才上傳不上去。解決這個問題的方法就是先利用 git pull --rebase origin master。這時你的文件夾裏面會出現README.md這個文件夾。 然後在用 git push origin master就可以進行上傳上去了
相關文章
相關標籤/搜索