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?