conda config --set proxy_servers.http http://"server":port
conda config --set proxy_servers.https http://"server":port
server: 代理服务器地址
port: 代理服务器端口
以Windows 11为例,可以在 设置->网络->代理 找到
Http403 forbidden问题类似下图
conda config --set proxy_servers.http http://"server":port
conda config --set proxy_servers.https http://"server":port
server: 代理服务器地址
port: 代理服务器端口
以Windows 11为例,可以在 设置->网络->代理 找到
Http403 forbidden问题类似下图