What does “1 line adds whitespace errors” mean when applying a patch?

后端 未结 5 1357
暖寄归人
暖寄归人 2021-01-30 15:49

I\'m editing some markdown files of a cloned remote repository, and wanted to test creating and applying patches from one branch to another. However, every time I make any chang

5条回答
  •  死守一世寂寞
    2021-01-30 16:14

    Because line begining with TAB istead of SPACE. Go on patch file and replace TAB with SPACE. E.g. on vim on line + from patch file type x to remove space and not remove sign + and insert space (CTRL) on eqiv to original size.

提交回复
热议问题