I'm trying to install coreclr on Ubuntu 14.04 (https://github.com/dotnet/coreclr/wiki/Linux-instructions)
The command
$ mono nuget.exe restore -Source https://www.myget.org/F/dotnet-corefx/ -PackagesDirectory .
prints:
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
WARNING: Error: SendFailure (Error writing headers)
Unable to find version '4.0.0-beta-22703' of package 'System.Console'.
Unable to find version '4.0.0-beta-22703' of package 'System.Diagnostics.Contracts'.
Unable to find version '4.0.10-beta-22703' of package 'System.Diagnostics.Debug'.
Unable to find version '4.0.0-beta-22703' of package 'System.Diagnostics.Tools'.
Unable to find version '4.0.10-beta-22703' of package 'System.Globalization'.
Unable to find version '4.0.10-beta-22703' of package 'System.IO'.
Unable to find version '4.0.0-beta-22703' of package 'System.IO.FileSystem.Primitives'.
Unable to find version '4.0.10-beta-22703' of package 'System.Reflection'.
Unable to find version '4.0.0-beta-22703' of package 'System.Resources.ResourceManager'.
Unable to find version '4.0.20-beta-22703' of package 'System.Runtime'.
Unable to find version '4.0.10-beta-22703' of package 'System.Runtime.Extensions'.
Unable to find version '4.0.0-beta-22703' of package 'System.Runtime.Handles'.
Unable to find version '4.0.20-beta-22703' of package 'System.Runtime.InteropServices'.
Unable to find version '4.0.10-beta-22703' of package 'System.Text.Encoding'.
Unable to find version '4.0.10-beta-22703' of package 'System.Text.Encoding.Extensions'.
Unable to find version '4.0.10-beta-22703' of package 'System.Threading'.
Unable to find version '4.0.10-beta-22703' of package 'System.Threading.Tasks'.
Also I haven't found the dotnet-corefx feed on myget. What should I do for restoring packages?
I'm trying to install coreclr on Ubuntu 14.04 (https://github.com/dotnet/coreclr/wiki/Linux-instructions)
The command
prints:
Also I haven't found the dotnet-corefx feed on myget. What should I do for restoring packages?