Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Filename too long git

git config --system core.longpaths true
Comment

git add filename too long

// Should be global instead of system -> no 'permission denied' message
git config --global core.longpaths true
Comment

git file too long

git config --system core.longpaths true
Comment

PREVIOUS NEXT
Code Example
Shell :: how to remove spacevim 
Shell :: install sklearn with conda 
Shell :: how to remove node_modules from git 
Shell :: how to start nginx in linux 
Shell :: remove identifier files wsl2 
Shell :: check gnome version ubuntu terminal 
Shell :: linker `cc` not found 
Shell :: remove valet from mac 
Shell :: Wrong permissions on configuration file, should not be world writable! 
Shell :: kill ubuntu port 
Shell :: centos stop apache 
Shell :: rust change to nightly 
Shell :: install java 17 ubuntu 
Shell :: how to fix /opt/lampp/bin/mysql.server: 264: kill: no such process 
Shell :: restart supervisor 
Shell :: how to uninstall create-react-app 
Shell :: pip install flask_restful 
Shell :: install beautifulsoup windows 
Shell :: npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. 
Shell :: obs uninstall ubuntu 
Shell :: conda install transformers 
Shell :: reload supervisor 
Shell :: (node:14140) UnhandledPromiseRejectionWarning: Error: FFmpeg/avconv not found! 
Shell :: ubuntu install imagemagick 
Shell :: where is the crontab log 
Shell :: linux get port usage 
Shell :: bash endless loop 
Shell :: reinstall xcode cli tools 
Shell :: undo last git commit 
Shell :: error: you need to resolve your current index first git 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =