16

When I attempt to stage a hunk or some lines, I get the following error in SourceTree on OS X:

git apply failed with code 1 patch failed

Staging entire files works fine. The path of this repo lives on a Windows virtual machine running in Parallels.

I suspect a whitespace or newline issue. How do I make this work without reverting to hg-git?

Petrus Theron
  • 27,855
  • 36
  • 153
  • 287

1 Answers1

5

I changed the setting back to 'Show Whitespace' and things seem better.

fmpdmb
  • 1,370
  • 3
  • 21
  • 34