Skip to content

Instantly share code, notes, and snippets.

@doomkit
Created September 11, 2019 10:34
Show Gist options
  • Select an option

  • Save doomkit/adf08315eda85a8dd9dda03dd6821893 to your computer and use it in GitHub Desktop.

Select an option

Save doomkit/adf08315eda85a8dd9dda03dd6821893 to your computer and use it in GitHub Desktop.

Revisions

  1. doomkit created this gist Sep 11, 2019.
    8 changes: 8 additions & 0 deletions gitconf.md
    Original 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).