Shervin Asgari
Shervin Asgari

Reputation: 24517

Heroku cli fails on remote

heroku git:remote fails with

WARNING: CLI is updating
 !   Get https://d1gvo455cekpjp.cloudfront.net/master/manifest.json: dial tcp: lookup d1gvo455cekpjp.cloudfront.net: no DNS servers
error loading plugin topics
WARNING: CLI is updating
 !   Get https://d1gvo455cekpjp.cloudfront.net/master/manifest.json: dial tcp: lookup d1gvo455cekpjp.cloudfront.net: no DNS servers
error loading plugin commands
WARNING: CLI is updating
 !   Get https://d1gvo455cekpjp.cloudfront.net/master/manifest.json: dial tcp: lookup d1gvo455cekpjp.cloudfront.net: no DNS servers
WARNING: CLI is updating
 !   Get https://d1gvo455cekpjp.cloudfront.net/master/manifest.json: dial tcp: lookup d1gvo455cekpjp.cloudfront.net: no DNS servers
WARNING: CLI is updating
 !   Get https://d1gvo455cekpjp.cloudfront.net/master/manifest.json: dial tcp: lookup d1gvo455cekpjp.cloudfront.net: no DNS servers

Any ideas what is wrong?

Upvotes: 0

Views: 129

Answers (2)

Brandon
Brandon

Reputation: 11

I was having the same issue today and contacted Heroku support. They had me delete the ~/.heroku directory. That solved the issue!

Upvotes: 1

Taytay
Taytay

Reputation: 11372

This appears to be a DNS issue, unrelated to Heroku CLI. I would double-check your DNS settings to ensure that you are able to resolve that url. For example, you might find that you get the same error if you get nslookup d1gvo455cekpjp.cloudfront.net or ping d1gvo455cekpjp.cloudfront.net.

Upvotes: 0

Related Questions