Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Exception when pushing change

On Tue, May 22, 2012 at 2:16 PM, Franziska Schmidt
<fps2@xxxxxxxxxxxxxxxx> wrote:
> I keep receiving this exception when trying to push a change for code
> review.
>
> Can't connect to any repository:
> https://fschmidtrxt@xxxxxxxxxxxxxxx/p/r/p/jgit/jgit (An internal Exception
> occurred during push: https://fschmidtrxt@xxxxxxxxxxxxxxx/p/r/p/jgit/jgit:
> https://fschmidtrxt@xxxxxxxxxxxxxxx/p/r/p/jgit/jgit/info/refs?service=git-receive-pack
> not found)

This URL looks wrong, it should be:

  https://fschmidtrxt@xxxxxxxxxxxxxxx/r/p/jgit/jgit

I think you have an extra /p/ at the beginning of the path segment.


Back to the top