Install Git on MacOS

lightcat·2022년 10월 7일
0
  • brew 설치 명령어
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • brew 버전 확인
brew -v
  • git 설치 명령어
brew install git
  • git 설치 시 로그
% brew install git
Running `brew update --auto-update`...
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
  https://github.com/Homebrew/brew#donations

==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> New Formulae
agg                        go-camo                    nuraft
antidote                   got                        objconv
apophenia                  has                        opencl-icd-loader
autocorrect                highway                    popeye
bazarr                     hof                        python-typing-extensions
bdftopcf                   hpp-fcl                    pyyaml
c                          jj                         quilt-installer
camlp-streams              json2tsv                   rome
cargo-zigbuild             kalign                     sambamba
commitlint                 kubesess                   scala@2.13
curlcpp                    libff                      schemathesis
distrobox                  liblbfgs                   shaderc
dronedb                    libplacebo                 snowball
dynein                     liburing                   sqlcmd
echidna                    licenseplist               taplo
edencommon                 llvm@14                    tbls
fonts-encodings            lmfit                      tfel
fortls                     mailsy                     toml-test
fuego-firestore            metview                    vineyard
gator                      mqttui                     wasm-micro-runtime
gdrive-downloader          mycorrhiza                 weasyprint
ghc@8.10                   netcdf-cxx                 xctesthtmlreport
git-machete                netcdf-fortran             xwin

==> Downloading https://ghcr.io/v2/homebrew/core/gettext/manifests/0.21
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/gettext/blobs/sha256:6e2c829031
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.40
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:18b810bc5ddb
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/git/manifests/2.38.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/git/blobs/sha256:95d2600cfb59d1
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Installing dependencies for git: gettext and pcre2
==> Installing git dependency: gettext
==> Pouring gettext--0.21.arm64_monterey.bottle.tar.gz
🍺  /opt/homebrew/Cellar/gettext/0.21: 1,953 files, 20.6MB
==> Installing git dependency: pcre2
==> Pouring pcre2--10.40.arm64_monterey.bottle.tar.gz
🍺  /opt/homebrew/Cellar/pcre2/10.40: 230 files, 6.1MB
==> Installing git
==> Pouring git--2.38.0.arm64_monterey.bottle.tar.gz
==> Caveats
The Tcl/Tk GUIs (e.g. gitk, git-gui) are now in the `git-gui` formula.
Subversion interoperability (git-svn) is now in the `git-svn` formula.

zsh completions and functions have been installed to:
  /opt/homebrew/share/zsh/site-functions
==> Summary
🍺  /opt/homebrew/Cellar/git/2.38.0: 1,592 files, 48.1MB
==> Running `brew cleanup git`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> `brew cleanup` has not been run in the last 30 days, running now...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
==> Caveats
==> git
The Tcl/Tk GUIs (e.g. gitk, git-gui) are now in the `git-gui` formula.
Subversion interoperability (git-svn) is now in the `git-svn` formula.

zsh completions and functions have been installed to:
  /opt/homebrew/share/zsh/site-functions

0개의 댓글

관련 채용 정보