Created
September 11, 2019 10:34
-
-
Save doomkit/adf08315eda85a8dd9dda03dd6821893 to your computer and use it in GitHub Desktop.
Revisions
-
doomkit created this gist
Sep 11, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ Git has a limit of 4096 characters for a filename, except on Windows when Git is compiled with msys. It uses an older version of the Windows API and there's a limit of 260 characters for a filename. ```bash git config --system core.longpaths true ``` [Read more](https://stackoverflow.com/questions/20303826/highlight-bash-shell-code-in-markdown).