git push Password: error: The requested URL returned error: 403 while accessing https://myusern...@bitbucket.org/username/msg_ui.git/info/refs
fatal: HTTP request failed
this started happening suddenly yesterday afternoon and is still the case. Can someone please help urgently? Entire development is stuck because of this...any help pointers are welcome.
which went ok, until I tried to push the commit back to the origin:
username@~/JustDrawIt$ git push origin master Password: error: Cannot access URL https://usern...@bitbucket.org/username/justdrawit.git/, return code 22 error: failed to push some refs to 'https://usern...@bitbucket.org/username/justdrawit.git' To prevent you from losing history, non-fast-forward updates were rejected Merge the remote changes before pushing again. See the 'non-fast forward' section of 'git push --help' for details.
username@~/JustDrawIt$ git fetch Password: error: The requested URL returned error: 403 while accessing https://usern...@bitbucket.org/username/justdrawit.git/info/refs
I'm on a mac running Leopard if that makes any difference. Thanks, Cindy
On Tuesday, May 8, 2012 11:14:54 PM UTC-5, Sushil wrote:
> git push > Password: > error: The requested URL returned error: 403 while accessing > https://myusern...@bitbucket.org/username/msg_ui.git/info/refs
> fatal: HTTP request failed
> this started happening suddenly yesterday afternoon and is still the case. > Can someone please help urgently? Entire development is stuck because of > this...any help pointers are welcome.
> which went ok, until I tried to push the commit back to the origin:
> username@~/JustDrawIt$ git push origin master
> Password:
> error: Cannot access URL
> https://usern...@bitbucket.org/username/justdrawit.git/, return code 22
> error: failed to push some refs to
> 'https://usern...@bitbucket.org/username/justdrawit.git'
> To prevent you from losing history, non-fast-forward updates were rejected
> Merge the remote changes before pushing again. See the 'non-fast forward'
> section of 'git push --help' for details.
> username@~/JustDrawIt$ git fetch
> Password:
> error: The requested URL returned error: 403 while accessing
> https://usern...@bitbucket.org/username/justdrawit.git/info/refs
> I'm on a mac running Leopard if that makes any difference.
> Thanks,
> Cindy
> On Tuesday, May 8, 2012 11:14:54 PM UTC-5, Sushil wrote:
> > git push
> > Password:
> > error: The requested URL returned error: 403 while accessing
> > https://myusern...@bitbucket.org/username/msg_ui.git/info/refs
> > fatal: HTTP request failed
> > this started happening suddenly yesterday afternoon and is still the case.
> > Can someone please help urgently? Entire development is stuck because of
> > this...any help pointers are welcome.
You are likely seeing this error because there are newer changes that have been pushed into master than you have in your local repository. Please try to "git pull" to merge in the remote changes to your local repository before attempting to push again. If you have done this, and are still having issues, please send an email to supp...@bitbucket.org and we'll be happy to look into this further for you.
On Sunday, May 20, 2012 1:24:47 PM UTC-7, skelooth wrote:
> I am new to bitbucket and am receiving the same errors and have tried > the same things. I can't seem to find an answer by searching.
> On May 18, 12:38 pm, cindygr <cindy.m.gr...@gmail.com> wrote: > > Was there ever a solution to this? I'm getting the same problem when > > following the instructions on bitbucket 101 for creating a new > repository:
> > cindygrimm@~/JustDrawIt$ git clone > > https://usern...@bitbucket.org/username/justdrawit.git > > Initialized empty Git repository in > > /Users/username/JustDrawIt/justdrawit/.git/ > > Password: > > error: The requested URL returned error: 403 while accessing > > https://usern...@bitbucket.org/username/justdrawit.git/info/refs
> > which went ok, until I tried to push the commit back to the origin:
> > username@~/JustDrawIt$ git push origin master > > Password: > > error: Cannot access URL > > https://usern...@bitbucket.org/username/justdrawit.git/, return code 22 > > error: failed to push some refs to > > 'https://usern...@bitbucket.org/username/justdrawit.git' > > To prevent you from losing history, non-fast-forward updates were > rejected > > Merge the remote changes before pushing again. See the 'non-fast > forward' > > section of 'git push --help' for details.
> > username@~/JustDrawIt$ git fetch > > Password: > > error: The requested URL returned error: 403 while accessing > > https://usern...@bitbucket.org/username/justdrawit.git/info/refs
> > I'm on a mac running Leopard if that makes any difference. > > Thanks, > > Cindy
> > On Tuesday, May 8, 2012 11:14:54 PM UTC-5, Sushil wrote:
> > > git push > > > Password: > > > error: The requested URL returned error: 403 while accessing > > > https://myusern...@bitbucket.org/username/msg_ui.git/info/refs
> > > fatal: HTTP request failed
> > > this started happening suddenly yesterday afternoon and is still the > case. > > > Can someone please help urgently? Entire development is stuck because > of > > > this...any help pointers are welcome.
Thanks - since there's nothing *in* the repository, seems odd to do a pull, but, I tried it and got this error message:
fatal: 'master' does not appear to be a git repository fatal: The remote end hung up unexpectedly
A push gives me:
error: Cannot access URL https://usern...@bitbucket.org/username/justdrawit.git/, return code 22 error: failed to push some refs to 'https://usern...@bitbucket.org/username/justdrawit.git' To prevent you from losing history, non-fast-forward updates were rejected Merge the remote changes before pushing again. See the 'non-fast forward' section of 'git push --help' for details.
On Monday, May 21, 2012 7:43:33 PM UTC-5, Marcus Bertrand wrote:
> Hello,
> You are likely seeing this error because there are newer changes that have > been pushed into master than you have in your local repository. Please try > to "git pull" to merge in the remote changes to your local repository > before attempting to push again. If you have done this, and are still > having issues, please send an email to supp...@bitbucket.org and we'll be > happy to look into this further for you.
> Cheers, > Marcus > Bitbucket Support
> On Sunday, May 20, 2012 1:24:47 PM UTC-7, skelooth wrote:
>> I am new to bitbucket and am receiving the same errors and have tried >> the same things. I can't seem to find an answer by searching.
>> On May 18, 12:38 pm, cindygr <cindy.m.gr...@gmail.com> wrote: >> > Was there ever a solution to this? I'm getting the same problem when >> > following the instructions on bitbucket 101 for creating a new >> repository:
>> > cindygrimm@~/JustDrawIt$ git clone >> > https://usern...@bitbucket.org/username/justdrawit.git >> > Initialized empty Git repository in >> > /Users/username/JustDrawIt/justdrawit/.git/ >> > Password: >> > error: The requested URL returned error: 403 while accessing >> > https://usern...@bitbucket.org/username/justdrawit.git/info/refs
>> > which went ok, until I tried to push the commit back to the origin:
>> > username@~/JustDrawIt$ git push origin master >> > Password: >> > error: Cannot access URL >> > https://usern...@bitbucket.org/username/justdrawit.git/, return code >> 22 >> > error: failed to push some refs to >> > 'https://usern...@bitbucket.org/username/justdrawit.git' >> > To prevent you from losing history, non-fast-forward updates were >> rejected >> > Merge the remote changes before pushing again. See the 'non-fast >> forward' >> > section of 'git push --help' for details.
>> > username@~/JustDrawIt$ git fetch >> > Password: >> > error: The requested URL returned error: 403 while accessing >> > https://usern...@bitbucket.org/username/justdrawit.git/info/refs
>> > I'm on a mac running Leopard if that makes any difference. >> > Thanks, >> > Cindy
>> > On Tuesday, May 8, 2012 11:14:54 PM UTC-5, Sushil wrote:
>> > > git push >> > > Password: >> > > error: The requested URL returned error: 403 while accessing >> > > https://myusern...@bitbucket.org/username/msg_ui.git/info/refs
>> > > fatal: HTTP request failed
>> > > this started happening suddenly yesterday afternoon and is still the >> case. >> > > Can someone please help urgently? Entire development is stuck because >> of >> > > this...any help pointers are welcome.
On Monday, May 21, 2012 9:43:33 PM UTC-3, Marcus Bertrand wrote:
> Hello,
> You are likely seeing this error because there are newer changes that have > been pushed into master than you have in your local repository. Please try > to "git pull" to merge in the remote changes to your local repository > before attempting to push again. If you have done this, and are still > having issues, please send an email to supp...@bitbucket.org and we'll be > happy to look into this further for you.
> Cheers, > Marcus > Bitbucket Support
> On Sunday, May 20, 2012 1:24:47 PM UTC-7, skelooth wrote:
>> I am new to bitbucket and am receiving the same errors and have tried >> the same things. I can't seem to find an answer by searching.
>> On May 18, 12:38 pm, cindygr <cindy.m.gr...@gmail.com> wrote: >> > Was there ever a solution to this? I'm getting the same problem when >> > following the instructions on bitbucket 101 for creating a new >> repository:
>> > cindygrimm@~/JustDrawIt$ git clone >> > https://usern...@bitbucket.org/username/justdrawit.git >> > Initialized empty Git repository in >> > /Users/username/JustDrawIt/justdrawit/.git/ >> > Password: >> > error: The requested URL returned error: 403 while accessing >> > https://usern...@bitbucket.org/username/justdrawit.git/info/refs
>> > which went ok, until I tried to push the commit back to the origin:
>> > username@~/JustDrawIt$ git push origin master >> > Password: >> > error: Cannot access URL >> > https://usern...@bitbucket.org/username/justdrawit.git/, return code >> 22 >> > error: failed to push some refs to >> > 'https://usern...@bitbucket.org/username/justdrawit.git' >> > To prevent you from losing history, non-fast-forward updates were >> rejected >> > Merge the remote changes before pushing again. See the 'non-fast >> forward' >> > section of 'git push --help' for details.
>> > username@~/JustDrawIt$ git fetch >> > Password: >> > error: The requested URL returned error: 403 while accessing >> > https://usern...@bitbucket.org/username/justdrawit.git/info/refs
>> > I'm on a mac running Leopard if that makes any difference. >> > Thanks, >> > Cindy
>> > On Tuesday, May 8, 2012 11:14:54 PM UTC-5, Sushil wrote:
>> > > git push >> > > Password: >> > > error: The requested URL returned error: 403 while accessing >> > > https://myusern...@bitbucket.org/username/msg_ui.git/info/refs
>> > > fatal: HTTP request failed
>> > > this started happening suddenly yesterday afternoon and is still the >> case. >> > > Can someone please help urgently? Entire development is stuck because >> of >> > > this...any help pointers are welcome.
On Friday, 29 June 2012 21:16:51 UTC+5:30, Guilherme Schvarcz Franco wrote:
> Tks! it resolved my problem!!!!
> On Monday, May 21, 2012 9:43:33 PM UTC-3, Marcus Bertrand wrote:
>> Hello,
>> You are likely seeing this error because there are newer changes that >> have been pushed into master than you have in your local repository. Please >> try to "git pull" to merge in the remote changes to your local repository >> before attempting to push again. If you have done this, and are still >> having issues, please send an email to sup...@bitbucket.org <javascript:>and we'll be happy to look into this further for you.
>> Cheers, >> Marcus >> Bitbucket Support
>> On Sunday, May 20, 2012 1:24:47 PM UTC-7, skelooth wrote:
>>> I am new to bitbucket and am receiving the same errors and have tried >>> the same things. I can't seem to find an answer by searching.
>>> On May 18, 12:38 pm, cindygr <cindy.m.gr...@gmail.com> wrote: >>> > Was there ever a solution to this? I'm getting the same problem when >>> > following the instructions on bitbucket 101 for creating a new >>> repository:
>>> > cindygrimm@~/JustDrawIt$ git clone >>> > https://usern...@bitbucket.org/username/justdrawit.git >>> > Initialized empty Git repository in >>> > /Users/username/JustDrawIt/justdrawit/.git/ >>> > Password: >>> > error: The requested URL returned error: 403 while accessing >>> > https://usern...@bitbucket.org/username/justdrawit.git/info/refs
>>> > which went ok, until I tried to push the commit back to the origin:
>>> > username@~/JustDrawIt$ git push origin master >>> > Password: >>> > error: Cannot access URL >>> > https://usern...@bitbucket.org/username/justdrawit.git/, return code >>> 22 >>> > error: failed to push some refs to >>> > 'https://usern...@bitbucket.org/username/justdrawit.git' >>> > To prevent you from losing history, non-fast-forward updates were >>> rejected >>> > Merge the remote changes before pushing again. See the 'non-fast >>> forward' >>> > section of 'git push --help' for details.
>>> > username@~/JustDrawIt$ git fetch >>> > Password: >>> > error: The requested URL returned error: 403 while accessing >>> > https://usern...@bitbucket.org/username/justdrawit.git/info/refs
>>> > I'm on a mac running Leopard if that makes any difference. >>> > Thanks, >>> > Cindy
>>> > On Tuesday, May 8, 2012 11:14:54 PM UTC-5, Sushil wrote:
>>> > > git push >>> > > Password: >>> > > error: The requested URL returned error: 403 while accessing >>> > > https://myusern...@bitbucket.org/username/msg_ui.git/info/refs
>>> > > fatal: HTTP request failed
>>> > > this started happening suddenly yesterday afternoon and is still the >>> case. >>> > > Can someone please help urgently? Entire development is stuck >>> because of >>> > > this...any help pointers are welcome.