4
3

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

Windows10環境からChocolateyを使ってGitをインストール

Posted at

1. Chocolateyを使いGitをインストールする理由

身も蓋もないことですが、友人にGitの使い方を教えてもらい、その際にchocolateyを使っていたからです。コマンドラインはあまり馴染みがないのでこの機会に勉強します。この記事はPowerShellを使ってのインストールとなります。

2. Chocolateyのサイト

1. Chocolateyのダウンロードページへ飛ぶ
https://chocolatey.org/install

2. 画像の赤丸をクリック(コマンドがコピーされる)
image.png

3 PowerShell(管理者)を起動・ダウンロード

[Windows]+[X]キー(アドバンスメニューを表示)から簡単に選べる。

  1. 2.2のコピーしたコマンドをペーストしてEnter(ダウンロード開始)
    image.png

2. ダウンロード完了後以下のコマンドを入力してChocolateyをインストール

choco install git

3. 以下のことを聞いてきたらyを押してEnter
image.png

4 おわりに

Chocolateyの要素がほぼ皆無申し訳ないです。
Gitと一緒に学びます。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?