-
Notifications
You must be signed in to change notification settings - Fork 492
Unlocking on windows and GIT thinks files have changed. #177
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
Comments
Indeed doesn't happen on linux... Here is a list of the files paths in the repo that are over 200 chars on my system (this can vary from system to system, of course, depending on where you have your repo): Git on windows is known to have problems with file paths above 256 chars... See if it matches more or less the files that are marked as modified for you?
|
Quite a bit more, unfortunately :) https://gist.github.com/theoryshaw/3e7768ec9c3637ec7cd9b93eee128fb2 |
Hi,
This seems to be a windows only problem.
When we unlock the following repo, GIT thinks we have a bunch of changed files.
https://github.com/OpeningDesign/CTR
Has anyone else had this problem before?
CTR/_CLOSED_Cannery District - Eau Claire/ is the encrypted folder.
* filter=git-crypt diff=git-crypt .gitattributes !filter !diff
That's what's inside of .gitattributes file
I think it might have something to do with path length, or something.
The text was updated successfully, but these errors were encountered: