Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Getting Access denied 403 for git push "The requested URL returned error: 403 while accessing"
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sushil  
View profile  
 More options May 9 2012, 12:14 am
From: Sushil <sush...@gmail.com>
Date: Tue, 8 May 2012 21:14:54 -0700 (PDT)
Local: Wed, May 9 2012 12:14 am
Subject: Getting Access denied 403 for git push "The requested URL returned error: 403 while accessing"

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.

I tried searching online, but not helping


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cindygr  
View profile  
 More options May 18 2012, 12:38 pm
From: cindygr <cindy.m.gr...@gmail.com>
Date: Fri, 18 May 2012 09:38:23 -0700 (PDT)
Local: Fri, May 18 2012 12:38 pm
Subject: Re: Getting Access denied 403 for git push "The requested URL returned error: 403 while accessing"

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

fatal: HTTP request failed

I also tried the alternative approach:

git init
git remote add origin https://usern...@bitbucket.org/username/justdrawit.git

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
skelooth  
View profile  
 More options May 20 2012, 4:24 pm
From: skelooth <m...@patrickavella.com>
Date: Sun, 20 May 2012 13:24:47 -0700 (PDT)
Local: Sun, May 20 2012 4:24 pm
Subject: Re: Getting Access denied 403 for git push "The requested URL returned error: 403 while accessing"
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marcus Bertrand  
View profile  
 More options May 21 2012, 8:43 pm
From: Marcus Bertrand <mbertr...@atlassian.com>
Date: Mon, 21 May 2012 17:43:33 -0700 (PDT)
Local: Mon, May 21 2012 8:43 pm
Subject: Re: Getting Access denied 403 for git push "The requested URL returned error: 403 while accessing"

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cindygr  
View profile   Translate to Translated (View Original)
 More options May 25 2012, 4:22 pm
From: cindygr <cindy.m.gr...@gmail.com>
Date: Fri, 25 May 2012 13:22:46 -0700 (PDT)
Local: Fri, May 25 2012 4:22 pm
Subject: Re: Getting Access denied 403 for git push "The requested URL returned error: 403 while accessing"

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.

I'll try support - thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guilherme Schvarcz Franco  
View profile  
 More options Jun 29 2012, 11:46 am
From: Guilherme Schvarcz Franco <guilhermefranc...@gmail.com>
Date: Fri, 29 Jun 2012 08:46:51 -0700 (PDT)
Local: Fri, Jun 29 2012 11:46 am
Subject: Re: Getting Access denied 403 for git push "The requested URL returned error: 403 while accessing"

Tks! it resolved my problem!!!!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rajesh  
View profile  
 More options Oct 2 2012, 5:17 am
From: Rajesh <veedhiraj...@gmail.com>
Date: Tue, 2 Oct 2012 02:17:29 -0700 (PDT)
Local: Tues, Oct 2 2012 5:17 am
Subject: Re: Getting Access denied 403 for git push "The requested URL returned error: 403 while accessing"

Upgrade the git version to 1.7.x


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »