WangRicky 2017-09-12 10:20 采纳率: 0%
浏览 3793

克隆GitHub项目时发生SSL证书错误

操作系统:OS X 10.11.6使用了ss代理,
完整的debug信息如下,

 TreasuredeMacBook-Pro:~ treasure$ git clone -c http.proxy=socks5://127.0.0.1:1080 https://github.com/iissnan/hexo-theme-next.git themes/next
Cloning into 'themes/next'...
* Couldn't find host github.com in the .netrc file; using defaults
*   Trying 127.0.0.1...
* 203
* 208
* 39
* 99
* Connected to 127.0.0.1 (127.0.0.1) port 1080 (#0)
* SSL certificate problem: Invalid certificate chain
* Closing connection 0
fatal: unable to access 'https://github.com/iissnan/hexo-theme-next.git/': SSL certificate problem: Invalid certificate chain
  • 写回答

1条回答 默认 最新

  • 1000001000,,,, 2017-09-13 07:46
    关注
    评论

报告相同问题?