I am getting an error when I perform the git push

Mulu Teshome January 7, 2018

git push -u origin master
Logon failed, use ctrl+c to cancel basic credential prompt.
Password for 'https://www.mulugigi@bitbucket.org':
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.
fatal: Authentication failed for 'https://www.mulugigi@bitbucket.org/mulugigi/git-test.git/'

3 answers

0 votes
Juan Manuel Ibarra
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.
February 15, 2018

Hi! I recommend use a ssh key autentication to preven this.

 

¿How to?

https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html

0 votes
lapushkazaika January 16, 2018

Screen Shot 2018-01-16 at 3.13.45 PM.pngI think, my issue is the same. After update i am forced to relogin (Sourcetree-Preferences-Accounts-Edit-Connect account) before every action.

0 votes
Andre Marques
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 8, 2018

Hi Mulu,

Can you enable the Git Trace Logs and post the output? This should help us determine what is happening in the backend when you try to push:

On Linux
Execute the following on the command line before executing the Git command:

export GIT_TRACE_PACKET=1
export GIT_TRACE=1
export GIT_CURL_VERBOSE=

On Windows
Execute the following on the command line before executing the Git command:

set GIT_TRACE_PACKET=1
set GIT_TRACE=1
set GIT_CURL_VERBOSE=1

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events