GSYGithubAppWeex icon indicating copy to clipboard operation
GSYGithubAppWeex copied to clipboard

如果出现登陆失败或者请求失败

Open CarGuo opened this issue 5 years ago • 0 comments

1、确定你申请的 ClientId 和 ClientSecret 是正确的。

2、确定正常使用用户名密码登陆或者 OAuth 登陆。

3、Connection refused 的情况请更换网络环境。

The message 'Connection Refused' has two main causes:

  • Nothing is listening on the IP:Port you are trying to connect to.

  • The port is blocked by a firewall.

Http 请求 422 请检查申请的 ClientId、 ClientSecret,登陆用用户名和密码,不用使用邮箱;授权登记方式记得 readme 中的 Authorization callback URL 一栏必须填入 gsygithubapp://authed

Connection Refused 问题是Github Api 和我们天朝网络的兼容问题,建议稍后再试或者换个网络环境(wifi、4G、电信/移动/联通)

CarGuo avatar Apr 21 '20 10:04 CarGuo