I happened to just have my original lying around. If you're blocked, though, you can just use an nfs share from your host. The performance seems to be just as good as the Parallels share, and not buggy. It's really easy to set up:
https://gist.github.com/mowings/9782264#file-gistfile1-md
You can just use NFS
One other approach that you may try is to just use an NFS share on your mac; this is pretty trivial to set up. On the mac, edit /etc/exports and add a line like so:
"/Users/<username>/develop/" -network 10.211.55.0 -mask 255.255.255.0 -mapall=<username>
The...
I had the original image I installed from and just used that (removed the old version, reinstalled from the original dmg). Yeah -- this is major bug. I suspect it has borked a lot more than git. I'm not a huge fan of VMWare Fusion, but I think it may be time to start looking at alternatives...
I think I'm having the same issue with git after an update this morning. See:
http://forum.parallels.com/showthread.php?299965-9-0-24217-update-breaks-git-clone-on-shared-FS-(Ubuntu-13-04-and-Ubuntu-13-10)
Only thing that fixed it was a downgrade
Running a fresh git clone on the host share is broken with this update:
git clone [email protected]:stevenosloan/slack-notifier.git
Cloning into 'slack-notifier'...
remote: Counting objects: 155, done.
fatal: Unable to create temporary file...