Max888
Max888

Reputation: 3780

How do I clone a repo from Sourcehut

I would like to clone this repo on Sourcehut: https://builds.sr.ht/~vlnk/bookmarkt but I can't work out how. I have tried git clone https://builds.sr.ht/~vlnk/bookmarkt and doing web searches for instructions but I can't find anything.

Upvotes: 0

Views: 2883

Answers (2)

Max888
Max888

Reputation: 3780

As per evolutionxbox's comment to clone from sourcehut the correct url form is git clone https://git.sr.ht/~vlnk/bookmarkt

Upvotes: 0

rainthree
rainthree

Reputation: 56

https is needed , use git.sr.ht instead of builds.sr.ht:

git clone https://git.sr.ht/~vlnk/bookmarkt

Upvotes: 3

Related Questions