我尝试使用nuget restore
命令行实用程序使用nuget.exe
命令恢复软件包。
我在Ubuntu 14.04上,刚刚执行了apt-get update
。
调用mono --version
返回:
Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1)
以下是我的确切电话和回复:
$ mono nuget.exe restore
WARNING: The initialization function tries to access Value on this instance
WARNING: The initialization function tries to access Value on this instance
WARNING: The initialization function tries to access Value on this instance
WARNING: Error getting response stream (Write: The authentication or decryption has failed.): SendFailure
Unable to find version '2.0.14' of package 'FSharp.Data'.
Unable to find version '1.3.0.1' of package 'FsUnit'.
Unable to find version '1.3.0.1' of package 'FsUnit.Sample'.
Unable to find version '2.6.3' of package 'NUnit'.
我在同一文件夹中尝试使用和不使用nuget.config
文件。
出了什么问题,我该怎么做才能解决?
答案 0 :(得分:3)
您描述的问题与根安全证书有关。
在终端中输入以下命令:
mozroots --import --sync
根据下面的@ahri,这是一个更新的答案:
mozroots --import --sync --url https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt