pkgsrc-wip/twittering-mode
Makoto Fujiwara a94c25914a 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
2012-07-12 10:03:51 +00:00
..
DESCR
distinfo
Makefile
MESSAGE
PLIST