Linked Questions

1 vote
1 answer
2k views

This is a REPO I just created (my first one) so I might have set it up wrongly. When I try to PUSH the code from my machine to the REPO on GIT, I get: error:14090086:SSL routines:...
Itay Moav -Malimovka's user avatar
409 votes
30 answers
711k views

I'm stuck behind a firewall, so I have to use HTTPS to access my GitHub repository. I'm using Cygwin 1.7.7 on Windows XP. I've tried setting the remote to https://[email protected]/username/ExcelANT....
oharab's user avatar
  • 4,425
148 votes
2 answers
302k views

Currently I have the following entry in my .gitconfig in my user directory. ... [http] sslCAInfo=C:\\Users\\julian.lettner\\.ssh\\git-test.pem ... This sets the certificate to use when ...
Julian Lettner's user avatar
35 votes
7 answers
91k views

I want to clone the git repository with the help of TortoiseGit, but I am getting error : error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:...
abhishek kumar gupta's user avatar
13 votes
4 answers
49k views

I keep getting the following error when attempting to clone a git repository using ssl on windows: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed The ssl ...
Jimit's user avatar
  • 765
4 votes
3 answers
26k views

I just started getting this error when trying to push my changes. I don't know what changed on my system and there should not be any self-signed certs in this connection. Git has been uninstalled ...
SCote's user avatar
  • 694
3 votes
0 answers
5k views

When trying a remote operation in TortoiseGit 2.3.0.0 on windows 10, I get: fatal: unable to access 'https://github.com/username/repo.git/': SSL certificate problem: unable to get local issuer ...
Нет войне's user avatar
9 votes
0 answers
3k views

I've been trying all the examples I found online, but couldn't get it to work. When I try to install or search for a package, I get "self signed certificate in certificate chain". Here's what I've ...
Katie's user avatar
  • 48.8k
3 votes
1 answer
429 views

I have the following files: C:\Users\User\.gitconfig [includeIf "gitdir:C:/Development-Personal/"] path = development-personal.gitconfig [includeIf "gitdir:C:/Development-Work/"] path = ...
Nikolas's user avatar
  • 45k
0 votes
1 answer
210 views

I created Android Project when i trying to push the project from CMD prompt it show this message fatal: unable to access 'https://github.com/<userName>/<project_name>/': SSL certificate ...
Shivam Sharma's user avatar