Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add `.git` to clone URL
Alexis Sellier committed 4 years ago
commit 4b1e192b1fd765fc111fa79efcdeafa1063c8a85
parent 07e6a62f4a77cbde0942b3f3fb35fd7ca7eb6ae5
1 file changed +1 -1
modified src/base/projects/Header.svelte
@@ -226,7 +226,7 @@
        <input
          readonly
          name="clone-url"
-
          value="https://{config.seed.git.host}/{utils.parseRadicleId(urn)}"
+
          value="https://{config.seed.git.host}/{utils.parseRadicleId(urn)}.git"
        />
        <label for="clone-url"
          >Use Git to clone this repository from the URL above.</label