I have set my git config to use git config --system core.longpaths true.
When I try to pull from my repo I get errors about file paths too long. It seems sublime merge is not using my system git config.
I then change the git to use from ‘bundled’ to ‘system’ and in this scenario ever git command fails with “CreateProcess failed: The system cannot find the file specific”.
How do I get Sublime Merge to work on Windows lol?