CodeBlocks git borked?


ibisum

Well-Known Member
Joined
May 6, 2009
Messages
1,134
Is the git onboard with CodeBlocks broken somehow?  This is what happens when I try to use the onboard git to clone ptitSeb's glshim project:

Code:
 
tor-openpandora:/media/mmcblk1/hak$ git clone https://github.com/ptitSeb/glshim.git glshim.ptitSeb
Cloning into 'glshim.ptitSeb'...
fatal: unable to access 'https://github.com/ptitSeb/glshim.git/': SSL certificate problem: unable to get local issuer certificate
tor-openpandora:/media/mmcblk1/hak$ git clone http://github.com/ptitSeb/glshim.git
 
Do you have the latest firmware? IIRC, some certificates have been added to fix such issues.
 
You need to update your firmware to get the SSL certificates. They have been added to the firmware with 1.71 IIRC.

You can probably update by hand, using some sudo opkg.
 
sudo opkg install ca-certificates according to past posts here.
 
I'm sure I tried installing ca-certificates (I was the one that asked for it), but git still gives me issues (well, on https: AFAIR, but I generally use git: these days)
 
Last edited by a moderator:
I did "opkg update && opkg upgrade" and nothing upgraded, so I guess I'm on the latest firmware.  When I get time I'll re-flash with the latest official binaries and try again, but just for the record upgrading ca-certificates didn't work for me either ..
 
Thanks notaz - that should be obvious, but I guess I was just a little perturbed by borked certs.  Its been that kind of week .. ;)
 
Back
Top