Skip to content

Commit

Permalink
docs: add caveat about SSH support
Browse files Browse the repository at this point in the history
  • Loading branch information
rgmz authored and msagi committed Mar 27, 2024
1 parent bbbf4ce commit 59ae109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59ae109

Please sign in to comment.