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.
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
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".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It doesn't solve the problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.