From a8541894635405f4df711dc650f02283df2822e7 Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 17 Jun 2013 20:33:24 +0000 Subject: [PATCH] --- doc/forum/multiple_routes_to_same_repository.mdwn | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/forum/multiple_routes_to_same_repository.mdwn diff --git a/doc/forum/multiple_routes_to_same_repository.mdwn b/doc/forum/multiple_routes_to_same_repository.mdwn new file mode 100644 index 0000000000..a94acac2f8 --- /dev/null +++ b/doc/forum/multiple_routes_to_same_repository.mdwn @@ -0,0 +1,2 @@ +I am trying to configure the local repo to be connected with remote computer. It can either find this computer on local network using local host name, or go through public IP host where I have ssh tunnel. First confusing thing is, that when setting up remote server, it successfuly establishes connection, but then asks me if the folder should be git or rsync - I believe this step should be skipped if the git repo is already there. Also choosing repository group should be detected from the repo itself. +But the real problem is that I cannot add the public IP repo at all. Is this a known limitation?