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
Hello Vishnu,
Please create a support ticket for this.
Thanks!
Eric Henry
Development Team Lead, Bitbucket Cloud
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.