Ben Beaumont

Results 12 comments of Ben Beaumont

I should clarify that using discard changes (git checkout) has a similar problem, and throw the same error after the first file with multiple changed files For instance if there...

Ahh, I see. Makes sense now. If there's any early/preview build and you'd like it tested in this specific context, let me know

@mark2185 I tried using discard changes on a folder from your fork, but I got the same error for all the changed files. Funny thing is that it will discard...

Not generally for file types in this project. Only one attibutes file tracking a very specific file in a third party module.

Yes, I used discard, and the logs did show the checkout command in the form `git checkout --\"dir\"` Another odd thing was I then tried using discard on single files,...

Yeah, cli checkouts work for both the folder and individual files. However, at first I forgot to close lazygit, and the cli checkout failed with `Unlink of file 'path/to/file' failed`....

Unfortunately I don't have access to a unix machine without setting up and entire new system for it

I'm afraid not. I'll try with a fresh git project and see if it happens there

I've added a test project here, which is a stripped down copy of what is causing issues. It's a Unity project, but I've added the local changed files so you...

I have another Windows PC, but with Windows 11 on it. I'll try it on that and at least see if it's machine/windows version related