Git connection through ssl

I am struggling to connect my repo through ssl.
The URL string I am using for this is: [email protected]:/.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.

[email protected]: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

[email protected]:organisation/project.git

example:

image

1 Like

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

1 Like