Can't clone a github repo on Linux via HTTPS

前端 未结 9 1417
别跟我提以往
别跟我提以往 2020-12-02 06:47

I\'m trying to do a simple git clone https://github.com/org/project.git on a CentOS box but get:

error: The requested URL returned error:

9条回答
  •  無奈伤痛
    2020-12-02 07:25

    You can manual disable ssl verfiy, and try again. :)

    git config --global http.sslverify false
    

提交回复
热议问题