Horje
how to remove filename too long error in git Code Example
how to remove filename too long error in git
#this
git config --system core.longpaths true

#or this
git clone -c core.longpaths=true <repo-url>




Shell

Related
how to install react native Code Example how to install react native Code Example
how to remove a remote origin in git and add new Code Example how to remove a remote origin in git and add new Code Example
added changes to a specific commit Code Example added changes to a specific commit Code Example
linux unzupgz files Code Example linux unzupgz files Code Example
how to unzip using tar Code Example how to unzip using tar Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14