From 22957a70fb7ba8a38564d6b6be15c661da0c3a20 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 10 Apr 2014 18:58:08 -0400 Subject: [PATCH] Start SSH usage documentation --- src/site/setup_transport_http.mkd | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/site/setup_client.mkd b/src/site/setup_transport_http.mkd similarity index 88% rename from src/site/setup_client.mkd rename to src/site/setup_transport_http.mkd index d8fc7d1..fd611d4 100644 --- a/src/site/setup_client.mkd +++ b/src/site/setup_transport_http.mkd @@ -1,5 +1,6 @@ -## Client Setup and Configuration +## Using the HTTP/HTTPS transport + ### Https with Self-Signed Certificates You must tell Git/JGit not to verify the self-signed certificate in order to perform any remote Git operations. @@ -42,6 +43,3 @@ fatal: HTTP request failed ``` -### Cloning a Repository - -Gitblit provides many custom clone links for popular Git clients on the Summary page of each repository. If you have one or more of those clients installed, you should be able to click the link to initiate cloning with the selected tool. -- Gitblit v1.9.1