I have tried to run paket.bootstrapper.exe on my Ubuntu box, and am getting a 'SendFailure'
From Github
$ mono paket.bootstrapper.exe
No version specified. Downloading latest stable.
Error: SendFailure (Error writing headers)
From Source
~/Paket/bin$ ./paket.bootstrapper.exe
No version specified. Downloading latest stable.
Error getting response stream (Write: The authentication or decryption has failed.): SendFailure
Mono
mono --version
Mono JIT compiler version 3.10.1 (master/36bfeec Fri Oct 17 13:03:53 PDT 2014)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
I have tried to run paket.bootstrapper.exe on my Ubuntu box, and am getting a 'SendFailure'
From Github
From Source
Mono