Kallithea issues archive

Issue #163: Failed to run command : /usr/bin/hg -y pull -f Command return code : 255 Command error output: abort http authorization required

Reported by: Kapil Tyagi
State: new
Created on: 2015-10-08 17:41
Updated on: 2015-11-17 18:35

Description

Hi , I have install mercurial ,kalitha and Quick build . when i am trying to build code then getting the below , can any one suggest how can i resolve this issue.

Failed to run command : /usr/bin/hg -y pull -f Command return code : 255 Command error output: abort http authorization required

Thanks,

Attachments

Comments

Comment by domruf, on 2015-11-17 18:35

The error message says 'authentication required'.

So I'm pretty sure the repository you are trying to pull is private and since you used -y mercurial did not ask you for the username and password.