Quantcast
Channel: かずきのBlog@hatena
Viewing all articles
Browse latest Browse all 1387

NuGet v3.0で認証プロキシを突破する方法

$
0
0

NuGet Behind Proxystackoverflow.com

ここにある通りnuget.exeをゲットしてきて以下のコマンドを打ち込むことで解決できました。

nuget.exe config -set http_proxy=http://my.proxy.address:port
nuget.exe config -set http_proxy.user=mydomain\myUserName
nuget.exe config -set http_proxy.password=mySuperSecretPassword

Visual Studio 2013までは、認証用のダイアログが出てたのになぁ。


Viewing all articles
Browse latest Browse all 1387

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>