linux配置终端代理
export https_proxy=http://172.16.15.245:4530;export http_proxy=http://172.16.15.245:4530;export all_proxy=socks5://172.16.15.245:4530
请注意:上面命令中的端口和IP仅为示范,配合为适合自己的ip:port
GitHub actions-runner 代理配置
- 在actions-runner目录下打开.env文件配置:
nano .env
http_proxy=http://172.16.15.245:4530
https_proxy=http://172.16.15.245:4530