Unable to connect to Heroku API, please check internet connectivity and try again
It was because of a missing certificate authority file. The environment variable was pointing to a file that wasn't there.
SSL_CERT_FILE=C:\ruby200\cacert.pem
I wish it gave an error message.