Updated Setting up a Git server on Windows using Git for Windows and Win32_OpenSSH (markdown)

Yanbing 2017-10-02 12:33:01 -07:00
parent 8bde05a845
commit 046270cbe4
1 changed files with 2 additions and 1 deletions

@ -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