mirror of
1
0
Fork 0

Remove duplicated header

Anish Athalye 2019-12-31 13:29:38 -05:00
parent 4004f7fc1e
commit c7ce48dd54
1 changed files with 3 additions and 5 deletions

@ -1,6 +1,4 @@
# Troubleshooting
## Fix links not successfully setup in Git Bash with Git for Windows
# Fix links not successfully setup in Git Bash with Git for Windows
Native Windows symlinks are only created on Windows Vista/2008 and later, and only on filesystems supporting reparse points like NTFS. In order to maintain backwards compatibility, users must explicitely requests creating them. This is done by setting the environment variable for MSYS to contain the string winsymlinks:native or winsymlinks:nativestrict. Without this setting, 'ln -s' may copy the file instead of making a link to it.
In order enable these symbolic links, run git bash as administrator, then:
@ -8,6 +6,6 @@ In order enable these symbolic links, run git bash as administrator, then:
export MSYS=winsymlinks:nativestrict
./install
## Colorized output hard to read?
# Colorized output hard to read?
If your terminal's colors don't mesh appropriately with the colors used by dotbot pass `--no-color` to the install command to suppress colorization.
If your terminal's colors don't mesh appropriately with the colors used by dotbot pass `--no-color` to the install command to suppress colorization.