Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Invalid ref advertisement line: '{1}'

On Fri, Jan 31, 2020 at 12:59 AM Anton Iakimov <yakimant@xxxxxxxxx> wrote:
Hi David,

We have an issue with jgit on Teamcity connections to some (not all) git repos.

I found your patch here:
https://git.eclipse.org/c/jgit/jgit.git/commit/?id=f4fc6404baac5a6a5db34f71e62fb62fd8f1b8ef

Can you please tell, what can be wrong?

Sorry for contacting you by email, I couldn't find any other information about this issue, than you patch.


CC jgit-dev

This error occurs when the server is sending a ref advertisement that contains a malformed line.   The error message is supposed to include the line that was malformed, but I've just realised that the formatting of the externalized string (added in my patch linked above) is broken.  This should be fixed in https://git.eclipse.org/r/156918



Back to the top