On 08/09/2011 03:39 PM, Jamie Thompson wrote:
On 2011-08-07 11:29 AM, koos vriezen wrote:
FWIW I had to run 'git config --global --add http.sslVerify false'
before I could push this week. Wasn't so a few months ago IIRC.
(See, http.sslVerify option at
http://kernel.org/pub/software/scm/git/docs/git-config.html )
Thanks for the reply. Sadly, I'd already found that information and
turned it on :(

...and I suspect pulling wouldn't have worked if there were SSL errors
as AFAIK pulling and pushing use the same transport?
Yes, that is correct. git actually just calls curl to do the network negotiation.
I have this in my .git/config for this repo:
[http]
  sslVerify = false
I don't know if this will help you but I usually set an environment variable that curl sees;

$ export GIT_SSL_NO_VERIFY=true

That allows me to not check SSL certs on the opposite end of git.

Hope that helps,

Regards,

Jeremiah
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to