MAC OS 使用 homebrew 安裝 git

2021-08-17 02:28:43 字數 445 閱讀 8102

開啟終端執行以下命令

/usr/bin/ruby -e "$(curl -fssl "
安裝的過程中會彈出「press return to continue or any other key to abort」,按回車繼續安裝,任意鍵終止。

安裝完成後可以通過以下命令檢查是否安裝成功,及檢視版本號

brew --version

brew install git
檢測git是否安裝成功

git --version
檢視git安裝位置

which git
搜尋軟體

brew search name

MacOS 安裝 Homebrew失敗解決辦法

usr bin ruby e curl fssl 出現如下的錯誤 fatal unable to access failed to connect to github.com port 443 operation timed out 解決辦法 在終端輸入 export all proxy socks...

MacOS 映象飛速安裝Homebrew教程

homebrew是一款包管理工具,目前支援macos和linux系統。主要有四個部分組成 brew homebrew core homebrew cask homebrew bottles。名稱說明 brew homebrew 源 倉庫 homebrew core homebrew 核心源 home...

原創 MacOS 配置 Homebrew 國內源

簡介 環境資訊 macos 10.15.6 homebrew 2.5.1正文 1 設定 git remote 設定 homebrew core,下面命令將設定 homebrew core 的 repo 位址為清華源 git c brew repo homebrew core remote set u...