We're hitting path limits on Stash on Windows. msysgit has added support for long paths but it has to be enabled.
https://github.com/msysgit/git/commit/c5f98452e98dca292c615000df7973ead63cf29b
Community moderators have prevented the ability to post new answers.
Stash uses MSysGit for Git operations, so if yo uenable this feature in Git itself, Stash should use it too.
That said, I would strongly recommend migrating Stash to a Linux instance, the Git implementation under Linux is so much more efficient that you can serve the same load with about half the CPU's and 1/4 of the RAM compared to the same server on Windows. (We did this earlier, the numbers above are my own experience, might be different for smaller/higher loads.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.