我正在尝试在通过ssh连接的远程系统上克隆git存储库。我需要连接到VPN才能SSH到我组织的本地计算机。
我正在尝试克隆this git repository,但出现SSL错误,
fatal: unable to access 'https://github.com/chiphuyen/stanford-tensorflow-tutorials.git/': SSL: certificate subject name (*.<organisation-name>.com) does not match target host name 'github.com'
鉴于我无法修改系统配置,如何将该存储库克隆到给定的远程桌面?
基本信息:
sudoer
)。 您可以disable certificate verification;
git -c http.sslVerify=False clone https://github.com/chiphuyen/stanford-tensorflow-tutorials.git