Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Pushing to Gerrit using http

On Thu, Dec 9, 2010 at 9:55 AM, Baumgart, Jens <jens.baumgart@xxxxxxx> wrote:
> I used the password from the settings page but got the following error:
>
> Transport error occurred during push operation:
> http://jensbaumgart@xxxxxxxxxxxxxxxx/r/p/egit.git: git-receive-pack not
> permitted

Seems to be working OK for me with C Git and JGit on the command line:

$ ./jgit push http://spearce@xxxxxxxxxxxxxxxx/r/p/egit.git master
Username for http://spearce@xxxxxxxxxxxxxxxx/r/p/egit.git/info/refs?service=git-receive-pack:
spearce
Password:
To http://spearce@xxxxxxxxxxxxxxxx/r/p/egit.git
 ! [rejected]        master -> master (non-fast forward)

Something is odd about EGit.

-- 
Shawn.


Back to the top