Skip to content

Instantly share code, notes, and snippets.

@ayuxsec
Last active February 28, 2026 18:26
Show Gist options
  • Select an option

  • Save ayuxsec/d445e8632dcc5d6dc628a6d311c801ef to your computer and use it in GitHub Desktop.

Select an option

Save ayuxsec/d445e8632dcc5d6dc628a6d311c801ef to your computer and use it in GitHub Desktop.
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