LoginSignup
2
0

More than 3 years have passed since last update.

10分でWindows10にgitをインストール

Last updated at Posted at 2019-09-02

Gitインストール

Nextで進めていくだけで簡単にインストールできました。
詳細は下記のqiita記事がわかりやすかったです。
自分用 Git For Windowsのインストール手順

WindowsのGUIインストーラをダウンロード

ダウンロードページ

インストーラー実行

ダウンロードが完了したら実行します。
あとはNextを押していきます。
w-git1.png

インストールするフォルダの選択

w-git2.png

インストールするコンポーネント

w-git3.png

メニューフォルダを選択

w-git4.png

gitで使用するエディタの選択

w-git5.png

w-git6.png

PATHの設定

w-git7.png

SSHクライアントを設定

w-git8-2.png

HTTPS接続の設定

w-git9.png

改行オプションの設定

w-git10.png

使用ターミナルの設定

w-git11.png

拡張オプションの設定

w-git12.png

最新機能の追加設定

w-git13.png

インストール完了!

w-git14.png

最後にgitバージョン確認

インストールできました。

>git --version
git version 2.23.0.windows.1
2
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
2
0