J'essaie de cloner mon projet GitHub en utilisant https-URL, mais il échoue avec une erreur :
$ git clone https://foo@github.com/foo/foo-private.git
Cloning into foo-private...
Password:
error: error setting certificate verify locations:
CAfile: /bin/curl-ca-bundle.crt
CApath: none
while accessing https://foo@github.com/foo/foo-private.git/info/refs
fatal: HTTP request failed
Qu'est-ce que je fais de mal ?