Peneheals / ihhh

Install Heroes of Might and Magic 3 (HoMM3) + HD mod + Horn of the Abyss (HotA) easily on old Mac OS (and will do the same on Linux in the future).
15 stars 1 forks source link

Yosemite error #14

Closed Peneheals closed 3 years ago

Peneheals commented 3 years ago
Error: git: no bottle available!
You can try to install from source with:
  brew install --build-from-source git
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.
Error: Git must be installed and in your PATH!
Failed during: /usr/local/bin/brew update --force --quiet

Meanwhile:

chps-MacBook-Pro:~ chp$ git --version
git version 2.5.4 (Apple Git-61)
Peneheals commented 3 years ago
$ brew status
Error: Unknown command: status
chps-MacBook-Pro:~ chp$ brew config
HOMEBREW_VERSION: 2.7.2-20-g4e79550
ORIGIN: https://github.com/Homebrew/brew
HEAD: 4e79550b039a5bd28d1b9ff4b262738d33ff2fbe
Last commit: 18 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 6c9526c1cfce397f8e539b6df167a35420068f98
Core tap last commit: 18 hours ago
Core tap branch: master
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 4
Homebrew Ruby: 2.6.3 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/bin/ruby
CPU: quad-core 64-bit haswell
Clang: 7.0 build 700
Git: 2.5.4 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.43.0 => /usr/bin/curl
macOS: 10.10.5-x86_64
CLT: 7.2.0.0.1.1447826929
Xcode: N/A
Peneheals commented 3 years ago

xcode-select --install

check if installed with xcode-select --version and install if necessary before brew.

edit: moved out to #33

Peneheals commented 3 years ago

brew install --build-from-source git old macos

Peneheals commented 3 years ago

brew install --build-from-source git

curl: (60) SSL certificate problem: Invalid certificate chain More details here: http://curl.haxx.se/docs/sslcerts.html

so use ~/.curlrc and set --insecure temporarily. don't forget to delete this file after the process.

Peneheals commented 3 years ago

brew install --build-from-source git

curl: (60) SSL certificate problem: Invalid certificate chain More details here: http://curl.haxx.se/docs/sslcerts.html

so use ~/.curlrc and set --insecure temporarily. don't forget to delete this file after the process.

It's OK on Sierra, but a little bug still appears: Warning: /Users/user/.curlrc:1: warning: '--insecure|-k' is unknown The echo or the INSECURE var. Check it.