Horje
git clone file name too long Code Example
Filename too long git
git config --system core.longpaths true
git clone file name too long
// one time solution
git clone -c core.longpaths=true <repo-url>
//persistent solution
- git config --system core.longpaths true
git clone with long file names
git clone -c core.longpaths=true <repo-url>




Shell

Related
find cuda path Code Example find cuda path Code Example
TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 Code Example TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x22 Code Example
reset iptables ubuntu Code Example reset iptables ubuntu Code Example
install laravel globally mac Code Example install laravel globally mac Code Example
How to stop MongoDB in Linux Code Example How to stop MongoDB in Linux Code Example

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