gpt4 book ai didi

powershell - 通过 PowerShell 脚本安装 NuGet

转载 作者:行者123 更新时间:2023-12-02 22:17:34 24 4
gpt4 key购买 nike

据我所知,NuGet 应该作为 Visual Studio 扩展安装:

http://docs.nuget.org/docs/start-here/installing-nuget

但是如果我需要在未安装 VS 的计算机上使用 NuGet 该怎么办?

具体来说,我想使用 PowerShell 脚本安装 NuGet。

最佳答案

  1. 使用管理员权限运行 Powershell
  2. 为 TLS12 输入以下 PowerShell 安全协议(protocol)命令:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

关于powershell - 通过 PowerShell 脚本安装 NuGet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16657778/

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