我正在尝试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
在同一个文件夹中使用和不使用文件。
出了什么问题,我能做些什么来解决?