I created a private gradio space and was able to clone it and push to it multiple times.
I create a new organization, and then moved the space into that organization.
I did a: git remote set-url origin https://huggingface.co/spaces/mindlytics/analytics-demo
But now when I try to pull/push, I get
Hey @aqpeeb !
I think you should check your authentication with huggingface. Authenticate with Hugging Face: If authentication is required, make sure you’re logged in to Hugging Face via the CLI:
bash
CopyEdit
huggingface-cli login
Enter your token when prompted. If the Space belongs to an organization, ensure you have the proper permissions.
And then you should check your huggingface api token has the authorization to use the organization or repository.