WackyRabbit7 hmmm seems like non regular character inside the diff.
Let me check something
Committing that notebook with changes solved it, but I wonder why it failed
Failing when passing the diff to the git command...
Getting a super weird error. Everything works fine on local, when trying to run on remote, getting this error failing to apply the git diffcould not apply diff: 'latin-1' codec can't encode character '\u201c' in position 15570: ordinal not in range(256)
Diff is invoked by trains, not me. It seems like it fails to apply git diff on an .ipynb
notebook (the trains code is not in that notebook)
WackyRabbit7 hmmm seems like non regular character inside the diff.
Let me check something
Committing that notebook with changes solved it, but I wonder why it failed
Failing when passing the diff to the git command...