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?

【Git】Gitのインストール

Posted at

1. Gitのインストール

  • Git公式サイトからGitをダウンロードし、インストールしてください。
  • インストール中に「Git Bash Here」などのオプションが表示されますが、通常の設定のままで問題ありません。

2. 環境変数の設定 (インストール後に認識されない場合)

  • 「スタートメニュー」で「環境変数」と入力し、「システム環境変数の編集」を選択します。
  • 「環境変数」をクリックし、「Path」という名前の変数を見つけて編集します。
  • C:\Program Files\Git\binC:\Program Files\Git\cmd(Gitのインストール場所による)を追加します。

3. 確認

  • コマンドプロンプトやターミナルで以下を実行して、Gitが正しくインストールされているか確認します。
    git --version
    
  • バージョン番号が表示されれば、正常にインストールされています。

これで、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?