Last active
February 28, 2026 18:26
-
-
Save ayuxsec/d445e8632dcc5d6dc628a6d311c801ef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| rm ~/.git-credentials | |
| gh auth logout | |
| git config --global --unset-all credential.https://github.com.helper | |
| git config --global --unset-all credential.https://gist.github.com.helper | |
| git config --list --show-origin | grep credential | |
| [ble: exit 1] | |
| # save new | |
| git config --global credential.helper store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment