Path to this page:
Subject: CVS commit: wip/twittering-mode
From: Makoto Fujiwara
Date: 2012-07-12 12:03:52
Message id: E1SpGFm-00007H-8p@sfs-ml-4.v29.ch3.sourceforge.com
Log Message:
We have following problem:
| error: SSL certificate problem: unable to get local issuer certificate
while accessing https://github.com/hayamiz/twittering-mode.git/info/refs
| fatal: HTTP request failed
(1) One work around is to have following line in ~./gitconfig
-----------
[http]
sslVerify = false
-----------
(2) or have command option as
git -c http.sslVerify=false clone ....
(3) But taking the most easiest way to set
PKGSRC_SETENV+= GIT_SSL_NO_VERIFY=true
for now.
Thanks
Files: