How to change GitHub account on TortoiseGit
git, github, tortoisegit
Solution
I suppose you enabled a git credential helper and stored the credentials. You have to delete them manually using the windows credential manager, see https://stackoverflow.com/a/31782500/3906760. After that you will be asked again and can use a different account.
Problem
I am going to change GitHub account on TortoiseGit because the current account doesn't have the permission to push. error:[remote:Permission to (repository) denied to (GitHub account)] Can any methods change the GitHub account on TortoiseGit?