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

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

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -