From 59ae109022614aadfcd1bbb45dc13aafc1705a24 Mon Sep 17 00:00:00 2001 From: Richard Gomez Date: Wed, 28 Feb 2024 18:09:37 -0500 Subject: [PATCH] docs: add caveat about SSH support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e10599b..12820ea5 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ $ npx -- @finos/git-proxy Clone a repository, set the remote to the Git Proxy URL and push your changes: ```bash +# Only HTTPS cloning is supported at the moment, see https://github.com/finos/git-proxy/issues/27. $ git clone https://github.com/octocat/Hello-World.git && cd Hello-World # The below command is using the GitHub official CLI to fork the repo that is cloned. # You can also fork on the GitHub UI. For usage details on the CLI, see https://github.com/cli/cli