linux服务器的bash/zsh/git/apt/conda网络代理设置
linux服务器的bash/zsh/git/apt/conda网络代理设置
bash/zsh以及git代理
.bashrc/.zshrc中添加
proxy() { |
apt代理
创建文件
vim /etc/apt/apt.conf.d/proxy.conf |
添加
Acquire { |
conda代理
.condarc中添加
proxy_servers: |
或用命令
conda config --set proxy_servers.http http://x.x.x.x:xx |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Haostart 的个人站点!
评论