ln: failed to create symbolic link: Protocol error (in Vagrant)
问题 I'm using Laravel Homestead (Vagrant, Ubuntu). My host computer is Windows 10 running VirtualBox. As admin (since I've already seen tons of answers that say lack of permissions is usually why people have problems with symlinks), I open Git Bash and run this: vagrant@vboxHomestead:~/Code/myproject$ ls -lah /home/vagrant/foo/blah total 0 drwxrwxrwx 1 vagrant vagrant 0 Mar 17 23:09 . drwxrwxrwx 1 vagrant vagrant 0 Mar 17 22:36 .. -rwxrwxrwx 1 vagrant vagrant 0 Mar 17 23:09 asdf.txt vagrant