parent
c456e3180f
commit
afbb7092c5
|
|
@ -37,13 +37,13 @@ Minikube provides a simple way of running Kubernetes on your local machine for f
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
**Note:** If you see the following Homebrew error when you run `brew update` after you update your computer to macOS 10.13:
|
**Note:** If you see the following Homebrew error when you run `brew update` after you update your computer to macOS 10.13:
|
||||||
|
|
||||||
```
|
```shell
|
||||||
Error: /usr/local is not writable. You should change the ownership
|
Error: /usr/local is not writable. You should change the ownership
|
||||||
and permissions of /usr/local back to your user account:
|
and permissions of /usr/local back to your user account:
|
||||||
sudo chown -R $(whoami) /usr/local
|
sudo chown -R $(whoami) /usr/local
|
||||||
```
|
```
|
||||||
You can resolve the issue by reinstalling Homebrew:
|
You can resolve the issue by reinstalling Homebrew:
|
||||||
```
|
```shell
|
||||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||||
```
|
```
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue