Actions
Bug #13497
closedRemove Elemental theme cache files
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
Internal Tools and Workflow
Target version:
Start date:
2020-10-23
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
I was upgrading my version of Git today on Windows and I can't seem to use git checkout
because Windows doesn't like the following files that end with a period in their filename:
https://github.com/cuny-academic-commons/cac/blob/master/wp-content/themes/elemental/tools/cache/external_17176b7f92412c49d64df5d67e23a6e4.
https://github.com/cuny-academic-commons/cac/blob/master/wp-content/themes/elemental/tools/cache/external_32d44ec299c490da743687391241b0d7.
https://github.com/cuny-academic-commons/cac/blob/master/wp-content/themes/elemental/tools/cache/external_46b50796b000b903a9ffb44d9d67ea1f.
https://github.com/cuny-academic-commons/cac/blob/master/wp-content/themes/elemental/tools/cache/external_b31ef4984200da9cd8c5863c7e989b43.
https://github.com/cuny-academic-commons/cac/blob/master/wp-content/themes/elemental/tools/cache/external_c6e2b876184235b9ee060f78dd8a738f.
The older version of Git on Windows simply pulled down those files and ignored the period, but the later versions of Git on Windows throws an "invalid path" error.
I'm going to remove all Elemental cache files in a subsequent commit since we have ignored these files since commit 4d8cd6e4. Then, I'll see if I can checkout afterwards without resorting to setting git config core.protectNTFS
to false
.
Boone, this is just a FYI.
Actions