Guest User

Untitled

a guest
Jun 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. Running in Windows
  2. -------------------
  3. WARNING: It only works in Windows 10 Anniversary Update and above (build 1607)!
  4. *Enable long paths in Windows:
  5. **regedit
  6. **Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
  7. **Change LongPathsEnabled from 0 to 1
  8. *Enable long paths in Git for Windows:
  9. **Open GitBash
  10. **git config --system core.longpaths true
  11. *IDEA15
  12. **The default setup creates a shortcut to idea.exe. Be sure to change to idea64.exe, otherwise you'll be runing 32-bits version.
Add Comment
Please, Sign In to add comment