ssl - Git unable to push after entering username and password -



ssl - Git unable to push after entering username and password -

i have created github repo remotely , locally , assigned local repo remote repo. have added file locally , wanted upload file remote repo using command git push , got below error:

fatal: unable access 'http://github.com/xxx/xxx.git/': ssl certificate problem: self signed certificate in certificate chain.

after searching on web found should add together below command disable ssl verify using

git config http.sslverify false

and error gone. requesting username https://github.com , password, type both entries nil happen after that, if console freezes.

git ssl github

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -