Re: What's cooking in git.git (Sep 2013, #07; Mon, 23)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]