git - Intellij IDE can't import project from gitHub -
i can't seem import project github. error message saying:
"clone failed: unable access 'https://github.com/mygithubusername/projectname.git/': error setting certificate verify locations:"
i've heard people have error before, key difference intellij doesn't specify locations. console pasted above ctrl+a, i'm 100% sure didn't miss text. doesn't problem is. when try checkout vcs on intellij start screen, test url , response "repository test has failed".
what's causing problem?
i have git installed , email set in git-bash. i'm running intellij 2016.1.1
your certificate outdated, that's why.
the easiest solution switch ssh protocol (git://
) after setting ssh keys.
once setup keys , after adding them github account change clone protocol , able clone , work.
Comments
Post a Comment