You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `ln -s` feature does not work in MINGW; instead it copies.
And that cannot work as written because it's copying a folder
into a subfolder of itself, resulting in an infinite loop.
May be a bug in MINGW's ln command, but let's avoid the issue.
0 commit comments