Home reset git credentials
Post
Cancel

reset git credentials

If your stored token has expired, reset it this way

1
echo url=https://<github username>@github.com | git credential reject

next pull or push, it’ll prompt for the new one

This post is licensed under CC BY 4.0 by the author.