Cannot pull the repository using http - authentication failed

marcin_rosiek July 7, 2016

After migration to google account authentication I cannot clone, pull or push to the Bitbucket git repositories using https protocol.

after git clone

git clone https://marcin_rosiek@bitbucket.org/marcin_rosiek/my-test-repository.git

I got error message:

remote: Invalid username or password. If you log in via a third party service you must ensure you have an account password set in your account profile.

 

I can login to Bitbucket site via web browser, also ssh works.

 

I need to use https due to http proxy I'm behind.


Please advice.

 

2 answers

1 vote
marcin_rosiek July 7, 2016

Thank you for your answer.

I've user.name and user.email configured correctly. It used to work several weeks ago.

$ git config --local -l
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
core.hidedotfiles=dotGitOnly
remote.origin.url=https://marcin_rosiek@bitbucket.org/marcin_rosiek/my-test-repository.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
user.email=marcin.rosiek@**********.com
user.name=marcin_rosiek
0 votes
Yogesh Mude[Jira]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 7, 2016

Hi @Marcin Rosiek

If you are trying to clone your repository using git cmd / git bash then you have to configure your username and email.

git config --global user.name "UserName".
git config --global user.email "email address".
Nikolaos Triantafyllis April 20, 2018

It doesn't solve the problem

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events