From 046270cbe4690168dce9aa5834d1a290a6152f84 Mon Sep 17 00:00:00 2001 From: Yanbing Date: Mon, 2 Oct 2017 12:33:01 -0700 Subject: [PATCH] Updated Setting up a Git server on Windows using Git for Windows and Win32_OpenSSH (markdown) --- ...erver-on-Windows-using-Git-for-Windows-and-Win32_OpenSSH.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setting-up-a-Git-server-on-Windows-using-Git-for-Windows-and-Win32_OpenSSH.md b/Setting-up-a-Git-server-on-Windows-using-Git-for-Windows-and-Win32_OpenSSH.md index e5026e5..95fd316 100644 --- a/Setting-up-a-Git-server-on-Windows-using-Git-for-Windows-and-Win32_OpenSSH.md +++ b/Setting-up-a-Git-server-on-Windows-using-Git-for-Windows-and-Win32_OpenSSH.md @@ -24,10 +24,11 @@ 1. (Optional) Register the user private key for single sign on `ssh-add.exe c:\test\myprivatekey` -1. To check out a repository: +1. To check out a repository, go to where you want to put your local repo, **Note that `git clone user@domain@servermachine:C:/test/myrepo.git` does not work due to [known issue](https://github.com/PowerShell/Win32-OpenSSH/issues/895). Work around it by following steps: + cd c:\mygitrepros # initialize a local repo folder git init mylocalrepo cd mylocalrepo