From: Stefan Beller <stefanbeller@googlemail.com>
To: Jonathan Nieder <jrnieder@gmail.com>, git@vger.kernel.org
Subject: Re: What's cooking in git.git (Sep 2013, #07; Mon, 23)
Date: Mon, 23 Sep 2013 23:24:20 +0200 [thread overview]
Message-ID: <5240B184.8060101@googlemail.com> (raw)
In-Reply-To: <20130923211047.GD9464@google.com>
On 09/23/2013 11:10 PM, Jonathan Nieder wrote:
> You can find the changes described here in the integration branches at
>
> https://repo.or.cz/r/git/jrn.git
>
> I am still catching up on patches sent since last week. If I have
> missed yours, do not despair, but feel free to send me a reminder to
> look at it.
How would I get these changes?
A plain
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
So I'll try without security:
$ env GIT_SSL_NO_VERIFY=true git fetch https://repo.or.cz/r/git/jrn.git
fatal: Couldn't find remote ref HEAD
Unexpected end of command stream
I guess I'm doing it not quite right, so please enlighten me.
Thanks,
Stefan
next prev parent reply other threads:[~2013-09-23 21:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-23 21:10 What's cooking in git.git (Sep 2013, #07; Mon, 23) Jonathan Nieder
2013-09-23 21:24 ` Stefan Beller [this message]
2013-09-23 21:44 ` Jonathan Nieder
2013-09-23 21:54 ` Jonathan Nieder
2013-09-24 0:12 ` Kyle J. McKay
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5240B184.8060101@googlemail.com \
--to=stefanbeller@googlemail.com \
--cc=git@vger.kernel.org \
--cc=jrnieder@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.