Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Unable to push into public repository in Bitbucket cloud

Vishnu V Potti September 5, 2017

Hello Everyone,

I am a regular bitucket server user and recently an external vendor had setup a repository on bitbucket cloud. 

I am having issues ever since.

Envrionment 

Using Linux machines with http_proxy,https_proxy variables set.

Issue: 

1) I am able to clone a public repository, but unable to push anything to it.

When pushing I get password prompt and then the error.

Password for 'https://myid@bitbucket.org':  

I entered the password ( I made sure I am entering the correct password)
remote: Unauthorized
fatal: Authentication failed for 'https://myid@bitbucket.org/myid/testpublicrepo.git/'

2) When I try to clone a private repository, I am getting same error

remote: Unauthorized
fatal: Authentication failed for 'https://myid@bitbucket.org/myid/testrepopvt.git/'

Things I have tried:

1)  I tried  curl -L bitbucket.org and responses are coming. 

2) I have entered 104.192.143.2 bitbucket.org in /etc/hosts file.

3) I tried repeating these steps on a repository in bitbucket server and it works like a charm. Here also password is prompted during clone and push operation, but works fine when i enter the password.

git config --global user.name "Username"
git config --global user.email "My Email Id"

git clone http://user@bitucketserver:7990/scm/jen/test.git
cd existing-project
git init
git add --all


git commit -m "Initial Commit"
git remote add origin http://user@bitucketserver:7990/scm/jen/test.git
git push -u origin master

 

 

1 answer

1 accepted

0 votes
Answer accepted
Eric Henry
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 19, 2017

Hello Vishnu,
Please create a support ticket for this.

Thanks!

Eric Henry
Development Team Lead, Bitbucket Cloud

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events