github: server certificate verification failed

后端 未结 7 943
予麋鹿
予麋鹿 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:10

    Try to connect to repositroy with url: http://github.com//.git (http except https)

    In your case you should clone like this:

    git clone http://github.com//.git
    

提交回复
热议问题