Merge branch 'master' of https://github.com/dotnetcore/FastGithub
This commit is contained in:
commit
4d32aca9c4
27
MacOSXConfig.md
Normal file
27
MacOSXConfig.md
Normal 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"/>
|
||||||
@ -19,6 +19,7 @@ github加速神器,解决github打不开、用户头像无法加载、releases
|
|||||||
* 双击运行fastgithub程序
|
* 双击运行fastgithub程序
|
||||||
* 安装cacert/fastgithub.cer并设置信任
|
* 安装cacert/fastgithub.cer并设置信任
|
||||||
* 设置系统自动代理为`http://127.0.0.1:38457`,或手动代理http/https为`127.0.0.1:38457`
|
* 设置系统自动代理为`http://127.0.0.1:38457`,或手动代理http/https为`127.0.0.1:38457`
|
||||||
|
* [具体配置详情](https://github.com/dotnetcore/FastGithub/blob/master/MacOSXConfig.md)
|
||||||
|
|
||||||
### 3 加速原理
|
### 3 加速原理
|
||||||
#### 3.1 windows
|
#### 3.1 windows
|
||||||
|
|||||||
BIN
Resources/MacOSXConfig/KeychainAccess.png
Normal file
BIN
Resources/MacOSXConfig/KeychainAccess.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 366 KiB |
BIN
Resources/MacOSXConfig/autoproxy.png
Normal file
BIN
Resources/MacOSXConfig/autoproxy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 498 KiB |
BIN
Resources/MacOSXConfig/cmdwin.png
Normal file
BIN
Resources/MacOSXConfig/cmdwin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 285 KiB |
BIN
Resources/MacOSXConfig/proxy.png
Normal file
BIN
Resources/MacOSXConfig/proxy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 488 KiB |
BIN
Resources/MacOSXConfig/trust.png
Normal file
BIN
Resources/MacOSXConfig/trust.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 165 KiB |
Loading…
Reference in New Issue
Block a user