AkashSingh3031/The-Complete-FAANG-Preparation

Unable to pull due to filename length

Silly26 opened this issue · 2 comments

image

Windows users are unable to clone/pull these particular files.

Faced the same issue while cloning this repo.

@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