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/'
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
I think, my issue is the same. After update i am forced to relogin (Sourcetree-Preferences-Accounts-Edit-Connect account) before every action.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.