2017-05-31 22 views
0

私はこれを過ぎているようには見えません。私も、レポダウン再クローン化され、新しいローカルブランチに、最新のリモートブランチをチェックアウトして、どんなに私がリベースしようとするたびに、私はこれを取得何ました:rebaseできません - 競合 - 特定のピックを適用できませんでした

▶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で上に行きます。

関連する問題