You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Command: git -c diff.mnemonicprefix=false -c core.quotepath=false ls-remote https://SanCat@bitbucket.org/USRNAME/bureau-de-credito.git
Output:
Error: Logon failed, use ctrl+c to cancel basic credential prompt.
remote: Invalid username or password
fatal: Authentication failed for 'https://USRNAME@bitbucket.org/SanCat/bureau-de-credito.git/'
worse thing is i feed it the password and doesnt give a damm it just wants me to spend the rest of my life inputting a password there twice . forever.
it did the same with oauth .
Hi
This may not be the cause but, assuming you are on Windows, can you make sure you are running Git for Windows 2.20.1, this contains the latest Git Credential Manager for Windows, GCM, which contains fixes for some authentication issues in earlier releases.
I'd then suggest opening Windows Credential Manager and deleting all the 'git:' prefixed entries. This will remove any old/bad entries.
Then try a bit pull/push/fetch you should be prompted by a GUI dialog to enter your credentials. Assuming that works they should then be stored and available for re-use by all Git actions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.