'Azure dev ops push Authentication failed [source tree on mac]
I have set a dev-ops user account successfully before, while I'm working fine today I tried to push my code. source tree response is fatal: Authentication failed
Early today I successfully push | pull data using source tree
Solution 1:[1]
This happened to me as well. I did the below steps ad it got resolved
- Update SourceTree if there are any updates
- Remove all visualstudio saved passwords from Tools -> Options -> authentication
- Restart SourceTree
- Tools -> Options -> Authentication -> Edit saved password under 'Account', and pass new PAT
That's it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | pradeepradyumna |
