我剛安裝netbeans並通過ssh連接到我的git存儲庫。無法使用netbeans將master分支推送到git存儲庫
一切工作正常,除了推動主分支。每次我犯的主分支的一些變化,並試圖推動分支我得到這個彈出:
There were errors during the push.
Open output to see more details.
,詳情
==[IDE]== Jun 30, 2012 4:29:42 PM Pushing finished.
==[IDE]== Jun 30, 2012 4:32:38 PM Pushing
git push ssh://50.57.180.187:22/var/www/netbeans +refs/heads/master:refs/heads/master
Remote Repository Updates
Branch : master
Old Id : cc6de40b3236047b0212e318f9977a7b75395177
New Id : fe8f3af403524ba5731fdf1e0b8773c4ef223840
Result : REJECTED_OTHER_REASON
Local Repository Updates
Branch : origin/master
Old Id : cc6de40b3236047b0212e318f9977a7b75395177
New Id : fe8f3af403524ba5731fdf1e0b8773c4ef223840
Result : NOT_ATTEMPTED
==[IDE]== Jun 30, 2012 4:32:43 PM Pushing finished.
但與其他分支一切都很正常。 我做錯了什麼?
編輯:遠程回購不裸露,更多信息here
'git push --force'的其他替代方法:http://stackoverflow.com/questions/253055/how-do-i-push-amended-commit-to-the-remote-git-repo – VonC
我得到了寫作對象後許多錯誤:100% – neckTwi
@neckTwi會,如果你把作爲一個單獨的問題,有一個鏈接回到這個可以更好地回答,以飽滿的細節(OS,Netbeans和混帳,在確切的錯誤消息的版本文字,不在圖片中,...) – VonC