Unable to pull due to filename length
Silly26 opened this issue · 2 comments
Silly26 commented
rashmiraj513 commented
Faced the same issue while cloning this repo.
AkashSingh3031 commented
@Silly26, @rashmiraj513
If you get this issue then you can run this in git
git config --system core.longpaths true
then try to send a pull request
Git has a limit of 4096 characters for a filename
and msys has a limit of 260 characters for a filename
You can check this Add Windows long path support