Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

*  Solution source: https://www.howtogeek.com/266621/how-to-make-windows-10-accept-file-paths-over-260-characters/

Code Block
### Step 2: Set Git's core.longpaths = false

1. Launch terminal in administor mode.
2. Run `git config --system core.longpaths true`
3. Open a non-admin termninal and verify that the command `git config --get core.longpaths` returns true

In a terminal launched with Administrator mode.

...