【问题标题】:Unable to clone git repository [duplicate]无法克隆 git 存储库 [重复]
【发布时间】:2023-04-01 14:41:01
【问题描述】:

当我克隆 git 存储库时,出现以下错误,

Cloning into 'samples'...
fatal: unable to access 'https://182.101.71.48:12453/devel/git/samples/samples.git/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

请帮帮我。提前致谢。

【问题讨论】:

    标签: git


    【解决方案1】:

    应用下面的命令,

    git config --global http.sslVerify false
    

    然后,克隆 git 存储库。

    【讨论】:

    • 谢谢米歇尔·乔德...
    猜你喜欢
    • 1970-01-01
    • 2021-09-01
    • 2018-11-23
    • 2013-04-19
    • 1970-01-01
    • 2019-09-16
    • 1970-01-01
    • 2020-09-23
    相关资源
    最近更新 更多