In your command-line run the following commands:
brew doctorbrew update
In your command-line run the following commands:
brew doctorbrew update| package main | |
| import ( | |
| "crypto/tls" | |
| "crypto/x509" | |
| "flag" | |
| "io/ioutil" | |
| "log" | |
| "net/http" | |
| ) |
| #include <pthread.h> | |
| #include <stdio.h> | |
| #include <unistd.h> | |
| #include <assert.h> | |
| /* Compile like this: | |
| gcc --std=c99 -lpthread cond.c -o cond |
| $wc=new-object net.webclient | |
| $wp=[system.net.WebProxy]::GetDefaultProxy() | |
| $wp.UseDefaultCredentials=$true | |
| $wc.Proxy=$wp | |
| iex ($wc.DownloadString('https://chocolatey.org/install.ps1')) |