执行git rebase报错如下:

First, rewinding head to replay your work on top of it...
Applying: 本次提交信息
.git/rebase-apply/patch:127: new blank line at EOF.
+
warning: 1 line adds whitespace errors.
Using index info to reconstruct a base tree...
Falling back to patching base and 3-way merge...

解决方法:

执行git pull --rebase

具体原因不详。

相关文章:

  • 2021-11-07
  • 2022-02-10
  • 2022-12-23
  • 2021-05-14
  • 2021-11-01
  • 2021-04-18
猜你喜欢
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2022-01-08
  • 2021-10-12
  • 2022-12-23
相关资源
相似解决方案