git - Docker build failed because of "port 443: Connection timed out" -
$ docker build buehler/twitterbeat sending build context docker daemon 96.26 kb step 1 : 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 '/go/src/github.com/masterminds/glide'... fatal: unable access 'https://github.com/masterminds/glide.git/': failed connect github.com port 443: connection timed out 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 non-zero code: 128
i want build elastic beat (twitterbeat buehler) docker. error if set proxies. restarted machine well. tried in other disucussions. (encoding password, set proxy git, etc.)
what doing wrong?
the password had "-" in , github doesn't "-" had change password. percent-writing wasn't accepted. works.
Comments
Post a Comment