我无法通过 Ubuntu 14.04 上的命令行添加存储库。Apt-get 工作得很好,我能够更新系统。我已经按如下方式配置了我的 /etc/apt/apt.config 文件:
Acquire::http::proxy "http://<username>:<password>@<proxy address>:<port>/";
Run Code Online (Sandbox Code Playgroud)
例如,当尝试为 y-ppa-manager 添加存储库时,我收到:
add-apt-repository ppa:webupd8team/y-ppa-manager
Cannot add PPA: 'ppa:webupd8team/y-ppa-manager'.
Please check that the PPA name or format is correct.
Run Code Online (Sandbox Code Playgroud)
如果您需要更多信息,请随时询问。