0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Mac】Gitコマンドが使えるまでの準備

Posted at

Gitインストール方法

下記のどちらかの方法でインストール可能。
・公式サイトからダウンロード→インストール
・homebrewを使用してインストール

公式サイトからダウンロード→インストール

公式サイトよりダウンロードをクリック。

②インストーラを実行。

③以下のコマンドで、インストールを確認。※バージョンが表示されればOK

$ git --version

homebrewを使用してインストール

①インストール

$ brew install git

②(必要に応じて)Gitアップデート

$ brew upgrade git
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?