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 […]
Tag: gitbash
How to delete folder in GitHub repository and local git repository
Sometimes we want to delete folders from GitHub but there is no option in GitHub to delete folder directly. If you want to delete folder from GitHub then we need to open the folder and delete all files one by one and then the folder will be automatically disappeared / deleted. In git repository, the […]