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
I have changed the password recnetly when tying to Sync the code using Tortoise Git i getting below error:
git.exe pull -v --progress "origin"
fatal: Authentication failed for 'https://git.assembla.com/continuity2.git/'
git did not exit cleanly (exit code 1) (2687 ms @ 19-06-2018 15:20:34)
--assembla.com
https://stackoverflow.com/questions/25845963/git-credential-helper-update-password/30592759
Post By: xgo
To update your credentials, go to Control Panel -> Credential Manager -> Generic Credentials. Find the credentials related to your git account and edit them to use the updated password.
Above solution worked for me.
Thanks you :).