mutagen-io / mutagen

Fast file synchronization and network forwarding for remote development
https://mutagen.io
Other
3.47k stars 153 forks source link

beta scan error: raw POSIX symbolic links not supported on Windows #473

Open scruel opened 10 months ago

scruel commented 10 months ago

We already can create symbolic links on Windows 10/11 (require administrative privileges on Win 10) by using mklink command, as the documentation mentioned, but I still get related error when I try to run sync session with --symlink-mode=posix-raw. Can we have this fixed?