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
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 :)