push to origin/master was rejected錯誤解決方案
知識
10-11
idea中,發布項目到OSChina的Git中,當時按照這樣的流程添加Git,然後push,提示:push to origin/master war rejected"。
解決方案如下:
1.切換到自己項目所在的目錄,右鍵選擇GIT BASH Here,Idea中可使用Alt+F12
2.在terminl窗口中依次輸入命令:
git pull
git pull origin master
git pull origin master --allow-unrelated-histories
3.在idea中重新push自己的項目,成功!!!
※centos 安裝mongodb
※為什麼我們做分散式的使用都是用Redis?
TAG:程序員小新人學習 |