【发布时间】:2018-12-06 09:49:46
【问题描述】:
我尝试将我的 repo 从 GitLab 克隆到我的本地文件夹。
我在 Windows 10 上并在 Windows 10 上使用 Git bash。
我创建了一个文件夹并输入命令:git clone https://gitlab.com/x.x.x.git
我收到此错误:fatal: unable to access 'https://gitlab.com/x.x.x.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to gitlab.com:443
我不知道我收到此错误是因为我对 Git 的使用错误(这是我第一次使用它),还是与我的 SSL 版本或其他相关问题有关? 要知道的是我在代理后面,你认为这可能是问题的根源吗?
非常感谢!
【问题讨论】: