3
4

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 3 years have passed since last update.

WindowsにGitをインストールする

Posted at

はじめに

当記事の対象は、まだGitを扱ったことがない方及び、初心者を対象としています。
WindowsにGitをインストールしてコマンドで操作するところまでを解説します。
Guiのツールを扱ったGitの操作解説については、今後別ページで解説する予定です。

Gitのインストーラーのダウンロード

Gitのインストーラーは、Git-scm.comからダウンロードできます。
下記の『64-bit Git for Windows Setup』をクリックして、インストーラーをダウンロードしましょう。
image.png

インストーラーの実行

ダウンロードしたインストーラーを実行します。

『実行』ボタンをクリック!
image.png

『Next』ボタンをクリック!
image.png

インストール先のパスを指定します。
特に拘りがなければ、『Next』ボタンをクリック。
基本的に「次へ、次へ」でOK
image.png

画像と同じとこのチェックをONにして『Next』ボタンをクリック
image.png

『Next』ボタンをクリック!
image.png

『Next』ボタンをクリック!
image.png

『Next』ボタンをクリック!
image.png

『Next』ボタンをクリック!
image.png

『Next』ボタンをクリック!
image.png

『Next』ボタンをクリック!
image.png

『Next』ボタンをクリック!
image.png

『Next』ボタンをクリック!
image.png

『Next』ボタンをクリック!
image.png

『Install』ボタンをクリック!
image.png

インストール中・・・・
image.png

『Next』ボタンをクリック!
image.png

以上でインストール完了。

Gitの動作チェック

コマンドプロンプトを起動して下記のコマンドを実行

git --version

下記のようにGitのバージョンが表示されていれば、インストールは成功!
image.png

次回、GUIツールインストール編につづく。

3
4
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
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?