on a rasbery pi i had
pi@raspbmc:~$ git clone http: //github.com/andreafabrizi/Dropbox-Uploader .git Cloning into 'Dropbox-Uploader'... error: Problem with the SSL CA cert (path? access rights?) while accessing http:// github.com/andreafabrizi/Dropbox-Uploader.git/info/refs fatal: HTTP request failed
so id a
sudo apt-get install ca-certificates
then
git clone http://github.com/andreafabrizi/Dropbox-Uploader.git
worked