github: server certificate verification failed

后端 未结 7 944
予麋鹿
予麋鹿 2020-12-04 14:26

I just created a github account and a repository therein, but when trying to create a local working copy using the recommende url via

git clone https://githu         


        
7条回答
  •  不知归路
    2020-12-04 15:06

    You can also disable SSL verification, (if the project does not require a high level of security other than login/password) by typing :

    git config --global http.sslverify false

    enjoy git :)

提交回复
热议问题