brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 192 forks source link

Brackets-git stopped working after Xcode update #1191

Closed superwese closed 9 years ago

superwese commented 9 years ago

There may be different error messages as described in these issues:

1180 #1181 #1184

Mine was simply:

ExpectedError: No Git has been found on this computer
Searched paths:
git
/usr/local/git/bin/git
/usr/local/bin/git
/usr/bin/git
superwese commented 9 years ago

The solution is to invoke git --version on the console. One will be prompted with

Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.

And sudo git --version will present you Apple's new license agreement, which you may agree to. If you do and restart Brackets git will be available.

zaggino commented 9 years ago

Thanks @superwese for the solution.