【发布时间】:2014-09-20 15:20:58
【问题描述】:
我正在尝试使用nuget.exe 命令行实用程序通过nuget restore 命令恢复软件包。
我在 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 文件。
出了什么问题,我能做些什么来解决?
【问题讨论】:
标签: mono nuget nuget-package-restore