$ docker build buehler/twitterbeat
Sending build context to Docker daemon 96.26 kB
Step 1 : FROM golang:1.5.2
---> 9c67771abd78
Step 2 : MAINTAINER Christoph Buehler <christoph.buehler@bluewin.ch>
---> Using cache
---> 57cbdd07c195
Step 3 : ENV GO15VENDOREXPERIMENT 1
---> Using cache
---> fd69aeb2425d
Step 4 : RUN git clone https://github.com/Masterminds/glide.git $GOPATH/src/github.com/Masterminds/glide && cd $GOPATH/src/github.com/Masterminds/glide && make bootstrap && make build && cp ./glide /usr/bin
---> Running in 025c97c1cba1
Cloning into '/go/src/github.com/Masterminds/glide'...
fatal: unable to access 'https://github.com/Masterminds/glide.git/': Failed to connect to github.com port 443: Connection timed out
The command '/bin/sh -c git clone https://github.com/Masterminds/glide.git $GOPATH/src/github.com/Masterminds/glide && cd $GOPATH/src/github.com/Masterminds/glide && make bootstrap && make build && cp ./glide /usr/bin' returned a non-zero code: 128
我想用docker建立一个弹性节拍(buehler的twitterbeat)。 即使我设置了代理,我也会收到此错误。我也重新启动了机器。 我尝试了其他各种解决方案中的所有内容。 (编码密码,为git设置代理等)
我做错了什么?
答案 0 :(得分:1)
密码中有“ - ”,github不喜欢“ - ”,所以我不得不更改密码。写作百分比未被接受。现在它有效。