I'm using Fusion 5.0.4, waiting for purchasing to approve the update to Fusion 6, on Mac OS X 10.9 and am running a Mac OS X Server 10.6 guest that has a shared folder to a directory on the host. In this directory I am trying to clone a git repository, this fails with the following error:
$ git clone user@host:/path/to/git/repo.git
fatal: could not create work tree dir 'repo'.: Input/output error
$
The Shared Folder has read/write permissions, and the guest OS agrees:
$ ls -la
total 6
drwxr-xr-x 1 ram staff 102 May 7 17:13 .
drwxr-xr-x 1 ram staff 136 May 7 15:03 ..
drwxr-xr-x 1 ram staff 68 May 7 17:13 repo
$
as you can see the clone command creates a directory 'repo', which is empty.
Any ideas why I can't clone a repository within this shared folder?