Git 无法重新设置基址-冲突-无法应用特定拾取

Git 无法重新设置基址-冲突-无法应用特定拾取,git,Git,我似乎无法克服这一点。我甚至重新克隆了回购协议,将最新的远程分支签出到新的本地分支,无论我每次尝试重新设置基础时都会得到以下结果: ▶ git rebase-我开发 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

我似乎无法克服这一点。我甚至重新克隆了回购协议,将最新的远程分支签出到新的本地分支,无论我每次尝试重新设置基础时都会得到以下结果:

▶ git rebase-我开发

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

解决文件中的合并冲突,然后继续执行git rebase--continue

当提交在分支上重放时,您是否意识到重定会导致合并冲突?只要检查一下git状态,你就会看到一堆冲突的文件。那么你的问题是什么?您需要手动解决冲突。