Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 3 years have passed since last update.

Gitを使う前準備 for Windows(XBP用)

Last updated at Posted at 2021-08-23

Gitのダウンロード

主にソースコードのバージョンを管理するGitというツールをインストールします。

https://gitforwindows.orgを開く
②ページ右のDownloadをクリックする
git01.png

③ダウンロード完了後にウィンドウ左下のエグゼファイルをクリックする
**このアプリがデバイスに変更を加えることを許可しますか?**と表示される場合ははいをクリックする
git02.png

Nextをクリックする
git03.png

Nextをクリックする
git04.png

上の二つをチェックしてNextをクリックする
git05.png

Nextをクリックする
git06.png

Nextをクリックする
git07.png

Override the default...をチェックしてNextをクリックする
git08.png

Git form the command line and also from...をチェックしてNextをクリックする
git09.png

Use bundled OpenSSHをチェックしてNextをクリックする
git10.png

Use the OpenSSL libraryをチェックしてNextをクリックする
git11.png

Checkout Windows-style...をチェックしてNextをクリックする
git12.png

Use Windows' default...をチェックしてNextをクリックする
git13.png

Nextをクリックする
git14.png

Git Credential Manager CoreをチェックしてNextをクリックする
git15.png

Enable file system CachingをチェックしてNextをクリックする
git16.png

Installをクリックする
git17.png

⑲インストールが始まるのでしばらく待つ
git18.png

⑳チェックを外してFinishをクリックする
git19.png

これ以降はインストールの確認作業

㉑画面左下にあるWindowsのスタートアイコンをクリックする
㉒キーボードでGit Bashと入力してエンターキーを押す
git20.png

㉓開いたウィンドウにキーボードでgit --versionと入力する
git21.png

㉔このように出力されればOK
git22.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?