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?
Step A: Settings > Saved Data > Clear the Authentication data.
TortoiseGit is a Windows Shell Interface to Git and based on TortoiseSVN. It's open source and can fully be build with freely available software. Since it's not an integration for a specific IDE like Visual Studio, Eclipse or others, you can use it with whatever development tools you like, and with any type of file.
I know it is late but some may find the below information useful.
You need to open the .git folder (it is hidden folder, enable show hidden folders option first) then config file within it.
There you can see many properties like [core], [remote], [origin].
Now you need to create property like [credential].
[credential]
username = your-account-username
[user]
name = your name
email = your email address
if any of the property is already present, replace it with your required account detail.
That's it, now when you commit or push again, it will ask for the password of the account details you have entered in config file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With