Filename too long error during git clone In this article, explained how to fix Filename too long error during git clone. This error you might be seen while clone the project in the longer folder structure. We need to set the core.longpaths true either in the specific cloned repository or global configuration. We can […]