1 Star 0 Fork 63

Caohongtao/hpcrunner

forked from openEuler/hpcrunner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
proxy.sh 861 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunlock0653 提交于 2024-01-03 15:45 . 添加github代理下载功能
echo '输入 1 到 4 之间的数字,选择合适的github源'
echo '1) 官方源'
echo '2) 美国高速源1'
echo '3) 美国高速源2'
echo '4) 美国高速源3'
echo '5) 韩国高速源1'
echo '你输入的数字为:'
read aNum
case $aNum in
1) sed -i -e 's/JARVIS_PROXY=.*/JARVIS_PROXY=https:\/\/github.com/g' init.sh
;;
2) sed -i -e 's/JARVIS_PROXY=.*/JARVIS_PROXY=https:\/\/gh.ddlc.top\/https:\/\/github.com/g' init.sh
;;
3) sed -i -e 's/JARVIS_PROXY=.*/JARVIS_PROXY=https:\/\/gh.con.sh\/https:\/\/github.com/g' init.sh
;;
4) sed -i -e 's/JARVIS_PROXY=.*/JARVIS_PROXY=https:\/\/hub.gitmirror.com\/https:\/\/github.com/g' init.sh
;;
5) sed -i -e 's/JARVIS_PROXY=.*/JARVIS_PROXY=https:\/\/ghproxy.com\/https:\/\/github.com/g' init.sh
;;
*) echo '你没有输入 1 到 5 之间的数字'
;;
esac
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caohongtao1/hpcrunner.git
git@gitee.com:caohongtao1/hpcrunner.git
caohongtao1
hpcrunner
hpcrunner
master

搜索帮助