Download “Git 2.8.0 for Windows” from git-scm site
Download Bitvise SSH Server (WinSSHD) 6.45 from bitvise
Install Git for windows and setup login account
Create Git Repos Root Folder
1 | D:/Demo/GitRepos |
Create test folder and open bash command
1 | C:/User/vdevp/GitRepos>md test |
1 | vdevp@vdevp-PC MINGW64 /c/User/vdevp/GitRepos/test |
Git will create many initialize files
Go to your client PC and create test folder
1 | D:/Demo/test |
open Git bash command
1 | $ git clone ssh://vdevp@192.168.2.3/~/GitRepos/test |
If you see the error message, please go to Server add system PATH environment
1 | C:\Program Files (x86)\Git\bin;C:\Program Files\Git\mingw64\libexec\git-core |