I cant seem to initialize the gcloud
heres the log
the mac is new. anyone has any ideas?
There could be many possible reasons like :
In order to Authenticate whether this error has occurred due to proxy or not, you can try running below commands:
$ curl https://dl.google.com/
**Output**: <a href="https://www.google.com/chrome"> Found </a>
If you get a different output from the above mentioned one then, you're behind a proxy or portal.
Solutions :
npm config set strict-ssl false
This is an alternative
shared in this url https://github.com/nodejs/node/issues/3742. I
wouldn’t recommend this but it's a short and quick solution.