## Github Oauth 配置 * 打开Github,并且登录你的github账号 * 打开:https://github.com/settings/developers ### 创建一个Oauth APP ![](images/github_oauth_1.png) #### 填写APP信息 ![](images/github_oauth_2.png) #### 获取`Client ID`和`Client secrets` ![](images/github_oauth_3.png) #### 最后在安装界面填入刚刚得到的的`Client ID`和`Client secrets`即可完成`Oauth`配置 ## Gitee Oauth 配置 > 操作方法类似,不再详解