Git Bash Shell fails to create symbolic links
问题 When I try to create a symbolic link from the Git Bash shell, it fails every time all the time: $ ln -s /c/Users/bzisad0/Work testlink ln: creating symbolic link `testlink' to `/c/Users/bzisad0/Work': Permission denied The only thing it does, besides give the error message, is create an empty directory named (in this case) testlink . I don't see any problem with the ln executable. For instance, it is owned by me and marked as executable: $ which ln /bin/ln $ ls -hal /bin/ln -rwxr-xr-x 1