I’ve recently encountered similar issues while working on OSX. To resolve the problem, I had to clean up all the huggingface.co
password on my keychain access. I also had to reconfigure my git config --global credential.helper osxkeychain
then huggingface-cli login
. After these steps, it was back to normal. Note these are OSX-specific