推送 Nuget-Package 时出错(创建“system.net/defaultproxy”配置部分中指定的 Web 代理时出错)
我收到错误
“创建网络代理时出错 中指定的 'system.net/defaultproxy' 配置部分”
如果我尝试将包推送到 nuget。
这是命令行
nuget 推送-源 http://packages.nuget.org/v1/ 空测试包.1.0.0.0.nupkg
我该如何处理?
I receive the error
"error creating the web proxy
specified in the
'system.net/defaultproxy'
configuration section"
if i try to push a package to nuget.
Heres is the commandline
nuget push -source
http://packages.nuget.org/v1/
EmptyTestPackage.1.0.0.0.nupkg
How can i handle that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是您从工作地点带回家的笔记本电脑吗?又称为您在工作中设置了默认代理并在家里尝试的情况?
Is this a laptop that you carry back from work to home? AKA a situation where you have a default proxy set for work and you are trying this at home?