[maemo-developers] Garage Git Push Problem

From: Jeremiah C. Foster jeremiah at jeremiahfoster.com
Date: Mon Aug 15 21:18:15 EEST 2011
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
More information about the maemo-developers mailing list