問題
vagrant box addできない。
The box 'scotch/box' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/scotch/box"]
というエラーが出てしまう。
環境
OS : macOS Sierra 10.12.1
vagrant : 1.8.7
解決策
Vagrant の cURL を削除すると、addできるようになった。
sudo rm /opt/vagrant/embedded/bin/curl