Sublime Forum

How to reset github personal access token

#1

I opened my local GitHub repository with Sublime Merge,clicked pull button. An authorization dialog box popped up, I entered my email address and an empty personal access token, clicked OK, and then all Git operations failed. I haven’t found a way to reset this token.

0 Likes

#2

Have you checked stored credentials in Windows’ control pannel? That’s where git credential manager normally stores login information in.

0 Likes

#3

Thank you. After your reminder, I installed Git Credential Manager.
Everything is working properly now.

0 Likes