-
Notifications
You must be signed in to change notification settings - Fork 14
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
FYI: recently changing capitalization of the "Functions" directory is causing git issues. #13
Comments
We're using
For now we had to force our |
I also had to downgrade to |
Hi Guys! Today received this error in my application laravel 7. |
Actually it seems there was a rework in the latest version(s) of the structure. The issues is present on case insensitive file systems used for updating dependencies before deploying. Not always the change of functions to Functions is reflected in the folder structure as well. |
https://github.com/MarkBaker/PHPMatrix/pull/7/files -- the "functions" directory became "Functions"
Git doesn't recognize the file name change (on OSX at least)
https://stackoverflow.com/a/31393409/1940172
I had to use
git config core.ignorecase false
on my project to pick up the change.This is for people who aren't using build tools on deploy.
The text was updated successfully, but these errors were encountered: