Git connection through ssl

I am struggling to connect my repo through ssl.
The URL string I am using for this is: git@huggingface.co:/.git as opposed to Spaces - Hugging Face/.

But this is not working with the followin error:

remote:
remote: ========================================================================
remote:
remote: ERROR: Repository not found

remote:
remote: ========================================================================
remote:
fatal: Could not read from remote repository.

git@huggingface.co:organisation/project.git as opposed to https://huggingface.co/spaces/organisation/project. This strategy is possible in GitHub, but it does not seem HF supports it. The drawback of the workaround using https is that I have to enter the username and password in every commit.

yes it should work, please switch huggingface.cohf.co

git@hf.co:organisation/project.git

example:

image

1 Like

I can confirm that it is working now as per your instructions.

1 Like