gpt4 book ai didi

.net - Dotnet Core Nuget 设置代理

转载 作者:行者123 更新时间:2023-12-03 19:31:36 24 4
gpt4 key购买 nike

我正在运行 dotnet core 2.2,我想设置一个代理,因为我在运行 dotnet restore 时收到了这个:
NuGet.targets(114,5): error : A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond [C:\Projects\FarrisCosting\Projects.csproj]
根据另一篇文章,这些命令是可能的:

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

使用 dotnet 核心约定,我希望有以下可用:
dotnet nuget config -set ,但这似乎不可用。

我想知道我是否可能需要直接从 SDK 运行 nuget 而无需封装?

最佳答案

从这篇文章安装 nuget 并运行适当的命令支持该解决方法。

NuGet Behind Proxy

仍然希望看到这些命令集成到 dotnet coret 中。

关于.net - Dotnet Core Nuget 设置代理,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53853187/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com