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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -