I compile binaries for OS X using GitHub' s electron environment and want to add the output to a git repository.
I tried
git add .
error: readlink("sulu.app/Contents/Frameworks/Electron Framework.framework/Electron Framework"): Function not implemented
error: unable to index file sulu.app/Contents/Frameworks/Electron Framework.framework/Electron Framework
fatal: adding files failed
Any idea to work around this?
mklink /J symlink/path target/path
. Notice that /J doesn't need admin permissions. I know it doesn't help you but hopefully someone will submit a patch. – Pyrrhic