I am trying to install Heroku Toolbelt on a Ubuntu machine that connects to the Internet through a proxy. I am new to Ubuntu and its settings, but I managed to connect to the Internet. The internet seems to work just fine, just looking and getting updates via apt-get is always successful, and the curl commands return the expected.
When I try to run a command on the Heroku Toolbelt website:
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
I get some errors:
me@mypc-vb :~/Documents/stuff$ wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh This script requires superuser access to install apt packages. You will be prompted for your password by sudo. [sudo] password for hsiehbe:
The most noticeable mistake is probably just
Resolving toolbelt.heroku.com... failed: Name or service not know.
What am I missing?
source share