On Sep 23, 2013, at 14:54, Jonathan Nieder wrote:
Stefan Beller wrote:
git fetch https://repo.or.cz/r/git/jrn.git
doesn't work, as it yields:
fatal: unable to access 'https://repo.or.cz/r/git/jrn.git/': server
certificate verification failed. CAfile: /etc/ssl/certs/ca-
certificates.crt CRLfile: none
Ah, figured it out. [1] http://repo.or.cz/h/rootcert.html explains.
The four possible fetch URLs are also listed on the http://repo.or.cz/w/git/jrn.git
page:
git://repo.or.cz/git/jrn.git
http://repo.or.cz/r/git/jrn.git
ssh://repo.or.cz/srv/git/git/jrn.git
https://repo.or.cz/r/git/jrn.git
As Jonathan has pointed out, fetching over https may require some
additional setup as explained above [1].
Fetching using ssh can be accomplished without needing to create a
user account by using the "mob" user as in the URL "ssh://mob@xxxxxxxxxx/srv/git/git/jrn.git
".
The git: and http: URLs should work as-is for fetching.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html