Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

draft in homebrew fails to install #519

Closed naveensrinivasan closed 6 years ago

naveensrinivasan commented 6 years ago

I am trying to install draft from homebrew and it is failing with this.

==> Tapping azure/draft
Cloning into '/usr/local/Homebrew/Library/Taps/azure/homebrew-draft'...
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 7 (delta 0), reused 5 (delta 0), pack-reused 0
Receiving objects: 100% (7/7), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/azure/homebrew-draft/Formula/draft-canary.rb
undefined method `strip' for nil:NilClass
Error: Cannot tap azure/draft: invalid syntax in tap!
bacongobbler commented 6 years ago

Hey! I think this may be due to connectivity issues to the internet. the draft-canary formula relies on fetching the version from Azure Blob Storage, and the error looks like it's failing to fetch that information down from there.

Can you try again and see if it's a connection issue?

naveensrinivasan commented 6 years ago

@bacongobbler Great! Solved. Thanks