we don't have any problems when we git clone from project on mac and linux distributions and everything work fine but in windows when we git clone from project occurred this error
Cloning into 'mango'...
remote: Counting objects: 61211, done.
remote: Compressing objects: 100% (180/180), done.
remote: Total 61211 (delta 92), reused 0 (delta 0)
Receiving objects: 100% (61211/61211), 196.57 MiB | 11.05 MiB/s, done.
Resolving deltas: 100% (40317/40317), done.
fatal: cannot create directory at 'app/Events/eloquent.created: App':
Invalid argument
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry the checkout with 'git checkout -f HEAD'
and after that project files has been deleted? my project is under laravel 5.4 framework
My question is why this error occurred in windows and we don't have any problem in other os?