Merge pull request conflicts

Brian Golly
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 8, 2014

I am trying to pull a "pull request" from another users fork of my project. It states there is a conflict and I need to handle it manually by pulling into my local repo. It provides the following intructions:

hg update default
hg pull -r default https://bitbucket.org/rwritz/guac
hg merge 5be0318f2bdc
hg commit -m 'Merged in rwritz/guac (pull request #1)'

But after entering step two I get:

http authorization required for https://bitbucket.org/rwritz/guac
realm: Bitbucket.org HTTP
user:

After entering my username and password it results in:

abort: authorization failed

What am i doing wrong? I can push and pull to the repo normally from my local repo, but cannot pull from the fork contribution.

1 answer

1 accepted

0 votes
Answer accepted
Brian Golly
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 8, 2014

Solved: The problem was the contributer needed to grant me access.

Suggest an answer

Log in or Sign up to answer