1
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?

More than 5 years have passed since last update.

Chocolatelyをプロキシ環境でインストールしたときのメモ

Posted at

chocolatelyをプロキシ環境下でインストールする一番簡単だった方法
参考: http://yoshimov.com/tips/chocolatey-with-proxy/

手順

1. 手動ダウンロード

ダウンロードすると、chocolatey-*.nupkgができる

2. ダウンロード後に拡張子変更してあげる

chocolatey-*.nupkg

chocolatey-*.zip

このzipファイルを解凍する

3. 解凍したフォルダに移動してインストール

コマンドプロンプトを起動してインストールする。

> @powershell -NoProfile -ExecutionPolicy unrestricted -Command ".\tools\chocolateyInstall.ps1"

4. インストールできたか確認

バージョンが表示されたらOK

> choco -v
0.10.3
1
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
1
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?