當Why 再也不是為什麼
Life , Dream , Computer Science , Game , Security , Anything interesting!
2015年6月22日 星期一
[note] git error : fail to push... Note about fast-forwards
再上傳分支的時候,遇到無法push的狀況,有可能是已經有新的版本存在,git 在操作上會要
你先選擇pull下來新版本merge之後才可以上傳新的版本:
以下也是有可能出現的錯誤訊息
此時要先經過
$git pull origin [欲上傳分支]
再去push
$git pull origin [欲上傳分支]
另外其他錯誤訊息如下:
Git push failed, To prevent from losing history, non-fast forward updates were rejected.
同樣的可以試試這樣子解決! 萬一遇到此錯誤訊息時。
參考:
Git push failed, “Non-fast forward updates were rejected” Stack Overflow
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言