Nama file terlalu lama git
git config --system core.longpaths true
Faithful Falcon
git config --system core.longpaths true
// Should be global instead of system -> no 'permission denied' message
git config --global core.longpaths true
git config --system core.longpaths true