I can't push to Hugging Face

Hello, a question. I’m doing a git push within Google Colab to Hugging Face but it doesn’t allow me, I get this error: "fatal: cannot exec. ‘git/hooks/pre-push’; Permission denied

Are you sure you are properly logged in? You can do so with

from huggingface_hub import notebook_login

notebook_login()

Yes I do:

  1. !pip install huggingFace_hub
  2. !pip huggingface-cli login
  3. !huggingface-cli repo create
  4. !got clone …
  5. !git lfs install
  6. !git add .
  7. !git commit -m …
  8. !git push
  • Help me, please.

I don’t know. :frowning:

I have the exact same issue. Except locally. I got a write token, git lfs, logged in