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
1 Like
Are you sure you are properly logged in? You can do so with
from huggingface_hub import notebook_login
notebook_login()
Yes I do:
- !pip install huggingFace_hub
- !pip huggingface-cli login
- !huggingface-cli repo create
- !got clone …
- !git lfs install
- !git add .
- !git commit -m …
- !git push
- Help me, please.
I don’t know.
I have the exact same issue. Except locally. I got a write token, git lfs, logged in