github: server certificate verification failed

后端 未结 7 920
予麋鹿
予麋鹿 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/<user>/<project>.git (http except https)

    In your case you should clone like this:

    git clone http://github.com/<user>/<project>.git
    
    0 讨论(0)
提交回复
热议问题