When I try to vagrant up, they say I can't access the remote catalog.

Asked 2 years ago, Updated 2 years ago, 86 views

When I tried to install a new box after updating the Mac to Sierra and raising the vagrant to 1.8.7, I got the following error:

The box'bento/ubuntu-16.04' could not be found or
Could not be accessed in the remote catalog.

macos vagrant

2022-09-29 21:53

1 Answers

The reason for this problem is that the version of curl bundled with Issue in vagrant 1.8.7 conflicts with OSX.

 sudorm/opt/vagrant/embedded/bin/curl

Remove the curl enclosed in .

https://stackoverflow.com/questions/40473943/vagrant-box-could-not-be-found-or-could-not-be-accessed-in-the-remote-catalog


2022-09-29 21:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.