We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297d594 commit 307f262Copy full SHA for 307f262
11. git及github/2. FastGithub软件/README.md
@@ -22,12 +22,12 @@ github加速神器,解决github打不开、用户头像无法加载、releases
22
23
#### 2.3 linux-x64终端
24
* `sudo ./fastgithub`
25
-* 设置系统自动代理为`http://127.0.0.1:38457`,或手动代理http/https为`127.0.0.1:38457`
+* 使用命令`git config --global http.proxy http://127.0.0.1:38457 ` 进行代理设置
26
27
#### 2.4 linux-x64服务
28
* `sudo ./fastgithub start` // 以systemd服务安装并启动
29
* `sudo ./fastgithub stop` // 以systemd服务卸载并删除
30
31
32
#### 2.5 macOS-x64
33
* 双击运行fastgithub
0 commit comments