Created
January 13, 2014 04:33
-
-
Save deutrino/8394762 to your computer and use it in GitHub Desktop.
'brew doctor' and 'brew --config' output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew doctor | |
Warning: The version of libcurl provided with Mac OS X 10.5 has outdated | |
SSL certificates. | |
This can cause problems when running Tigerbrew commands that use Git to | |
fetch over HTTPS, e.g. `brew update` or installing formulae that perform | |
Git checkouts. | |
You can force Git to ignore these errors: | |
export GIT_SSL_NO_VERIFY=1 | |
or | |
git config --global http.sslVerify false | |
--- | |
$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/mistydemeo/tigerbrew.git | |
HEAD: 10b5ea060f72e70d02b2928c5b02c8ca30bc2065 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: single-core 32-bit g4e | |
OS X: 10.5.8-Power Macintosh | |
Xcode: 3.1.4 | |
GCC-4.0: build 5493 | |
GCC-4.2: build 5577 | |
LLVM-GCC: build 2064 | |
Clang: N/A | |
X11: 2.1.6 => /usr/X11 | |
System Ruby: 1.8.6 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment