-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Fork Doesn't support long file paths even though git does #2401
Comments
But those are not the same. If you simply click on the 'Stash' icon on the toolbar, it will run same |
You compare windows system error (where args is a string) to a bash/unix system error (where args is a list). Different operations systems have different architectures and error messages. |
Yes, I am aware and understand OS nuance difference is challenging. |
I have a set files I am trying to stash that have file path length longer than 260 characters. However, Fork does not support dealing with this.
Win32 long paths are enabled:
We have configured this registry key as well:
git stash push -u
works fine ingit bash
.The text was updated successfully, but these errors were encountered: