2017-05-31 51 views
0

我似乎無法超越這一點。我甚至再克隆下來的回購,檢查出最新的遠程分支到一個新的本地分支,不管什麼時間每次我試圖變基我得到這個:無法重定位 - 衝突 - 無法應用某個選擇

▶git的變基-i發展

error: could not apply 51fcda4... problem with call to API - getting 403 

When you have resolved this problem, run "git rebase --continue". 
If you prefer to skip this patch, run "git rebase --skip" instead. 
To check out the original branch and stop rebasing, run "git rebase --abort". 
Could not apply 51fcda43833973b36fd496c47ab9bcaa0b888a89... problem with call to API - getting 403 

enter image description here

+0

您是否知道重新綁定會導致合併衝突,因爲提交會在分支上重播?只要檢查'git status',你就會看到一堆衝突的文件。 –

+0

那麼你的問題是什麼?您需要手動解決衝突。 –

回答

0

解決這些文件中的合併衝突,並與git rebase --continue下去。