This commit is contained in:
陈国伟 2021-10-11 13:30:21 +08:00
commit 4d32aca9c4
7 changed files with 28 additions and 0 deletions

27
MacOSXConfig.md Normal file
View File

@ -0,0 +1,27 @@
# MacOSX运行FastGithub配置教程
### 1 解决 "XXX" cannot be opened because the developer cannot be verified
打开终端进入FastGithub执行文件所在路径执行命令
sudo xattr -d com.apple.quarantine XXX
### 2 安装证书
打开FastGithub后目录内会生成cacert目录双击打开fastgithub.cer系统弹出Keychain Access窗口列表中双击FastGitHub弹出证书详情窗口展开Trust并选择Always Trust。
<img src="https://github.com/dotnetcore/FastGithub/blob/master/Resources/MacOSXConfig/KeychainAccess.png?raw=true"/>
<img src="https://github.com/dotnetcore/FastGithub/blob/master/Resources/MacOSXConfig/trust.png?raw=true"/>
### 3 配置代理
#### 3.1 自动代理
打开mac设置网络点击高级选择代理勾选网自动代理配置填写FastGithub窗口提示的地址
<img src="https://github.com/dotnetcore/FastGithub/blob/master/Resources/MacOSXConfig/autoproxy.png?raw=true"/>
<img src="https://github.com/dotnetcore/FastGithub/blob/master/Resources/MacOSXConfig/cmdwin.png?raw=true"/>
#### 3.2 手动代理
打开mac设置网络点击高级选择代理勾选网页代理(HTTP)及安全网页代理(HTTPS),填写FastGithub窗口提示的地址
<img src="https://github.com/dotnetcore/FastGithub/blob/master/Resources/MacOSXConfig/proxy.png?raw=true"/>
<img src="https://github.com/dotnetcore/FastGithub/blob/master/Resources/MacOSXConfig/cmdwin.png?raw=true"/>

View File

@ -19,6 +19,7 @@ github加速神器解决github打不开、用户头像无法加载、releases
* 双击运行fastgithub程序
* 安装cacert/fastgithub.cer并设置信任
* 设置系统自动代理为`http://127.0.0.1:38457`或手动代理http/https为`127.0.0.1:38457`
* [具体配置详情](https://github.com/dotnetcore/FastGithub/blob/master/MacOSXConfig.md)
### 3 加速原理
#### 3.1 windows

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB