sh - Failed to create symbolic link on WSL -


i want create symbolic link using script shared team. script works fine on mac, line:

ln -s `pwd`/git-hooks/post-checkout .git/hooks 

failed on windows machine, wsl complains that:

ln: failed create symbolic link ‘.git/hooks/post-checkout’: input/output error 

how can fix this?

the windows-version symbolic link exists. wsl regards normal file fails create link there.

when understand deleted links , call command again, problem solved.


Comments