This is apparently due to a bug in Xcode 6.1.1 . To workaround, I reinstalled Xcode 6.1 .
I couldn’t just select a different version of Xcode in the Server application, I had to completely reset the Xcode service ( remove all your bots , you have to recreate them):
sudo xcrun xcscontrol --reset
Before I could select Xcode 6.1 in the Server application, I also had to run this command:
sudo xcrun xcscontrol --initialize
If someone feels very adventurous and wants to understand the root cause of the problem on Xcode 6.1.1, this is where the error comes from. The binary file libgit2 is located in /Xcode-6.1.1.app/Contents/Developer/usr/lib/libgit2.dylib
0xced source share