FastGithub/MacOSXConfig.md
xingyuan55 4d9d97f871 start
2022-11-16 08:01:03 +08:00

28 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# MacOSX运行FastGithub配置教程
### 1 解决 "XXX" cannot be opened because the developer cannot be verified
打开终端进入FastGithub执行文件所在路径执行命令
`sudo xattr -d com.apple.quarantine *.*`
### 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"/>