codeclimate / homebrew-formulae

Formulae repo for Code Climate Homebrew packages
MIT License
9 stars 7 forks source link

`brew upgrade codeclimate` fails - registry-1.docker.io: no such host #20

Closed soderlind closed 8 years ago

soderlind commented 8 years ago

Environment:

Error:

Pulling repository docker.io/codeclimate/codeclimate
Get https://registry-1.docker.io/v1/repositories/codeclimate/codeclimate/tags/latest: 
dial tcp: lookup registry-1.docker.io: no such host
make: *** [install] Error 1
dblandin commented 8 years ago

@soderlind This looks very similar to codeclimate/codeclimate#166. Could you try running through the troubleshooting in that issue and see if the problem persists?

soderlind commented 8 years ago

Yepp, codeclimate/codeclimate#166 fixed the issue, I had old environments variables set in .zshrc for an old boot2docker installation. Thank you!

dblandin commented 8 years ago

No problem! Glad it was the same issue! :+1: