Accessing a cygwin symlink from windows

后端 未结 4 707
野的像风
野的像风 2020-12-16 00:14

I am quite new to cygwin. I created a symlink as follows

$ ln -s /var/www /cygdrive/d/foo

and when

4条回答
  •  既然无缘
    2020-12-16 00:58

    Two years later, but I have the answer

    CYGWIN=winsymlinks:native
    ln -s SOURCE TARGET
    

    The CYGWIN environment variable

提交回复
热议问题