Search This Blog

add-apt-repository works through a http proxy







Solution:
export http_proxy=http://<proxy>:<port>
export https_proxy=http://<proxy>:<port>
sudo -E apt-add-repository <repository>





No comments:

Post a Comment