You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Sheng Liang <Sh...@citrix.com> on 2012/10/26 22:58:28 UTC

Git error on Windows

Anyone ever saw this error? I'm on Windows (64-bit) using Cygwin git.

$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git
Cloning into 'incubator-cloudstack'...
error: error setting certificate verify locations:
  CAfile: /usr/ssl/certs/ca-bundle.crt
  CApath: none while accessing https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git/info/refs
fatal: HTTP request failed

Sheng


RE: Git error on Windows

Posted by Sheng Liang <Sh...@citrix.com>.
You are right. I neglected to install ca-certificates package in Cygwin. Once I installed it, git works.

Sheng

-----Original Message-----
From: Rohit Yadav [mailto:rohit.yadav@citrix.com] 
Sent: Friday, October 26, 2012 2:40 PM
To: cloudstack-dev@incubator.apache.org
Subject: RE: Git error on Windows

Looks like incorrect path to ca-bundle, should be something like c:\\<path> http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/

________________________________________
From: Sheng Liang [Sheng.Liang@citrix.com]
Sent: Saturday, October 27, 2012 2:28 AM
To: cloudstack-dev@incubator.apache.org
Subject: Git error on Windows

Anyone ever saw this error? I'm on Windows (64-bit) using Cygwin git.

$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git
Cloning into 'incubator-cloudstack'...
error: error setting certificate verify locations:
  CAfile: /usr/ssl/certs/ca-bundle.crt
  CApath: none while accessing https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git/info/refs
fatal: HTTP request failed

Sheng


RE: Git error on Windows

Posted by Rohit Yadav <ro...@citrix.com>.
Looks like incorrect path to ca-bundle, should be something like c:\\<path>
http://lostechies.com/keithdahlby/2010/09/26/msysgit-error-setting-certificate-verify-locations/

________________________________________
From: Sheng Liang [Sheng.Liang@citrix.com]
Sent: Saturday, October 27, 2012 2:28 AM
To: cloudstack-dev@incubator.apache.org
Subject: Git error on Windows

Anyone ever saw this error? I'm on Windows (64-bit) using Cygwin git.

$ git clone https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git
Cloning into 'incubator-cloudstack'...
error: error setting certificate verify locations:
  CAfile: /usr/ssl/certs/ca-bundle.crt
  CApath: none while accessing https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git/info/refs
fatal: HTTP request failed

Sheng