I'm getting this error below when I try to push my commit, and I don't know why.
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags origin master:master
fatal: credential-cache unavailable; no unix socket support
fatal: credential-cache unavailable; no unix socket support
remote: Invalid username or password
fatal: Authentication failed for '****************************************'
Pushing to https://bitbucket.org/***************.git
Completed with errors, see above.
I signed back in and out of my bitbucket account multiple times and changes to OathA authentication and nothing seems to be working.
I found a solution on my own.
I went to Users -> You -> AppData -> Local -> Atlassian -> SourceTree and deleted passwrd.
Then I pulled the latest commit, hit refresh, and entered in my password. It fixed it entirely.
Thanks @Kegan Huntley it worked perfectly for me !!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks this resolved the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wasn't having any luck with the previous solutions. What finally fixed it for me was going to Tools -> Options -> Git, and then clicking the "Update Embedded." Also, I heard that if that didn't work, clicking the "System" button (which switches you from SourceTree's embedded Git over to a System Git) may work as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.