摘要: # 设置ss git config --global http.proxy 'socks5://127.0.0.1:1080' git config --global https.proxy 'socks5://127.0.0.1:1080' # 设置代理 git config --global h 阅读全文
posted @ 2023-01-11 18:18 梧桐潇雨 阅读(229) 评论(0) 推荐(0)
摘要: 1、https://iguge.xyz/ 阅读全文
posted @ 2023-01-11 16:26 梧桐潇雨 阅读(43) 评论(0) 推荐(0)
摘要: 1、安装 yum install tinyproxy -y 2、修改配置文件 修改代理ip和端口 vim /etc/tinyproxy/tinyproxy.conf 3、服务管理 systemctl start tinyproxy systemctl stop tinyproxy systemctl 阅读全文
posted @ 2023-01-11 14:36 梧桐潇雨 阅读(242) 评论(0) 推荐(0)
摘要: 问题: yum install *** No package *** available. Error: Nothing to do 解决方法: yum install -y epel-release 阅读全文
posted @ 2023-01-11 14:30 梧桐潇雨 阅读(1863) 评论(0) 推荐(0)