gh auth git-credential: "erase" operation not supported

1 개요[ | ]

gh auth git-credential: "erase" operation not supported
# git clone https://github.com/hello/world.git
Cloning into 'world'...
gh auth git-credential: "erase" operation not supported
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/hello/world.git/'
# gh repo clone hello/world
Cloning into 'world'...
gh auth git-credential: "erase" operation not supported
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/hello/world.git/'
exit status 128
# cat ~/.gitconfig
[credential "https://github.com"]
        helper =
        helper = !/usr/bin/gh auth git-credential
# gh auth status -t
github.com
  ✓ Logged in to github.com as hello (/root/.config/gh/hosts.yml)
  ✓ Git operations for github.com configured to use https protocol.
  ✓ Token: ghp_lnp7q9AtvxzbI1dKfBCDhjEFGHmIlo3JKLqM

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}