我似乎无法超越这个。我甚至重新克隆了回购,检查了最新的远程分支到一个新的本地分支,无论每次我尝试变换我得到这个:
▶git rebase -i develop
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
答案 0 :(得分:0)
解决文件中的合并冲突,然后继续git rebase --continue
。