我在Windows10上使用Git bash for Windows10。我创建了一个文件夹并输入命令: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 co
我正在为我的团队的工作流程设置一个gitlab项目,但问题是我们都使用Windows10。我在我的Windows10工作站上安装了gitlab,但无法配置它,因为"bash for windows“功能不包括实际的ubantu内核,因此没有/com目录,这是gitlab配置所需的。我想设置一个夜间服务,以便在Windows10服务器上运行gitlab的导出命令。有没有人知道如何在Windows10上运行gitlab或以其他方式导出?如果gitlab配置正确,以下是我计划使用的代码: