安装 Chocolatey 包时发生包检索错误
Package retrieving error is occurred while installing Chocolatey packages
我用 nuget.exe 安装了 Chocolatey 并尝试下载 Ruby 包。
但是,安装失败并显示消息 The package was not found with the source(s) listed.
C:\Users\nblizz>sudo choco install ruby -y
Chocolatey v0.10.14
Installing the following packages:
ruby
By installing you accept licenses for the packages.
Error retrieving packages from source 'https://chocolatey.org/api/v2/':
The underlying connection was closed: An unexpected error occurred on a send.
ruby not installed. The package was not found with the source(s) listed.
Source(s): 'https://chocolatey.org/api/v2/'
NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify `--pre`,
the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
assistance.
Chocolatey installed 0/1 packages. 1 packages failed.
See the log for details (c:\ProgramData\chocoportable\logs\chocolatey.log).
Failures
- ruby - ruby not installed. The package was not found with the source(s) listed.
Source(s): 'https://chocolatey.org/api/v2/'
NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify `--pre`,
the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
assistance.
我已经在命令提示符 运行 下以管理员模式尝试过此操作。问题是什么?
Ruby包的安装命令是choco install ruby
,我原样输入的
我在我的案例中弄明白了 - 我没有使用正确的包名称。确保您使用的是全名,如果出现此错误,请在网站上进行验证 (https://chocolatey.org/packages/)
运行 cmd
作为管理员比:
choco install elixir
我用 nuget.exe 安装了 Chocolatey 并尝试下载 Ruby 包。
但是,安装失败并显示消息 The package was not found with the source(s) listed.
C:\Users\nblizz>sudo choco install ruby -y
Chocolatey v0.10.14
Installing the following packages:
ruby
By installing you accept licenses for the packages.
Error retrieving packages from source 'https://chocolatey.org/api/v2/':
The underlying connection was closed: An unexpected error occurred on a send.
ruby not installed. The package was not found with the source(s) listed.
Source(s): 'https://chocolatey.org/api/v2/'
NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify `--pre`,
the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
assistance.
Chocolatey installed 0/1 packages. 1 packages failed.
See the log for details (c:\ProgramData\chocoportable\logs\chocolatey.log).
Failures
- ruby - ruby not installed. The package was not found with the source(s) listed.
Source(s): 'https://chocolatey.org/api/v2/'
NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify `--pre`,
the package may not be found.
Please see https://chocolatey.org/docs/troubleshooting for more
assistance.
我已经在命令提示符 运行 下以管理员模式尝试过此操作。问题是什么?
Ruby包的安装命令是choco install ruby
,我原样输入的
我在我的案例中弄明白了 - 我没有使用正确的包名称。确保您使用的是全名,如果出现此错误,请在网站上进行验证 (https://chocolatey.org/packages/)
运行 cmd
作为管理员比:
choco install elixir