halfshell icon indicating copy to clipboard operation
halfshell copied to clipboard

Unable to compile due to lack of deps

Open frandieguez opened this issue 9 years ago • 1 comments

Hi,

I'm trying to compile halfshell but it references the "github.com/oysterbooks/s3" library which is not available.

Could you raise a word about this?

Thanks

frandieguez avatar Apr 17 '16 00:04 frandieguez

Make deps fails as in make build

`make deps ==> Installing dependencies github.com/oysterbooks/s3 (download)

cd .; git clone https://github.com/oysterbooks/s3 /home/fran/Projects/go/src/github.com/oysterbooks/s3

Cloning into '/home/fran/Projects/go/src/github.com/oysterbooks/s3'... fatal: could not read Username for 'https://github.com': terminal prompts disabled package github.com/oysterbooks/s3: exit status 128 Makefile:13: recipe for target 'deps' failed make: *** [deps] Error 1 `

frandieguez avatar Apr 17 '16 00:04 frandieguez