windowsにgit環境導入

f:id:nuakam:20180924103510j:plain
windowsにpython開発環境導入に続き、git環境も導入していきます。

Git for Windowsのダウンロードとインストール

以下のページよりダウンロードします。

https://git-for-windows.github.io/


https://opcdiary.net/wp-content/uploads/2013/10/SnapCrab_NoName_2015-8-19_22-44-58_No-00.png

ウィザードで選択したもの

1.ライセンス同意

2.保存フォルダ選択 (そのまま)

3.コンポーネント

  • Additional icons (:デスクトップのアイコン)外す
  • Windows Explorer integration (:エクスプローラで右クリックメニューの可否)外す
  • 他そのまま

4.スタートメニューへの登録 (そのまま)

5.環境変数設定

Use Git and included Unix tools from the Windows Command Prompt
コマンドラインにbashコマンド登録。

6.choosing https ...(SSLライブラリ)
そのまま(open ssl)


7.configing the ... (改行コード)
Checkout as-is, commit as-is

8.コンソール設定
windowsのコンソールに設定

参考
Git for Windows導入方法&初期設定まとめ | vdeep
私家版 Git For Windowsのインストール手順 | OPC Diary
自分用 Git For Windowsのインストール手順