git rebase 解决 trailing whitespace errors

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git rebase 解决 trailing whitespace errors相关的知识,希望对你有一定的参考价值。

参考技术A 错误: 

.git/rebase-apply/patch:16192: trailing whitespace.

.git/rebase-apply/patch:16198: trailing whitespace.

.git/rebase-apply/patch:16213: trailing whitespace.

.git/rebase-apply/patch:16253: trailing whitespace.

.git/rebase-apply/patch:16256: trailing whitespace.

warning: squelched 88 whitespace errors

warning: 93 lines add whitespace errors.

解决方案:

根据 whitespace errors 类型选择上面 3 种种的一种后

git add .

git rebase --continue 

完成修复

以上是关于git rebase 解决 trailing whitespace errors的主要内容,如果未能解决你的问题,请参考以下文章

[git]rebase和merge

git中merge和rebase的区别

git分支名称后面多出REBASE解决

git分支名称后面多出REBASE解决

git提交代码报错 trailing whitespace的解决方法

git rebase