|
|
Запускаем в PowerShell
|
|
|
ssh -V
|
|
|
2 Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
|
|
|
3 Get-Service ssh-agent
|
|
|
4 Start-Service ssh-agent
|
|
|
5 Get-Service -Name ssh-agent | Set-Service -StartupType Manual
|
|
|
6 cd ~/Desktop
|
|
|
7 ssh-keygen -t rsa -f sshkey
|
|
|
8 ssh-add sshkey
|
|
|
9 ssh -T git@hub.mos.ru
|
|
|
10 git config --global core.sshCommand "'C:\Windows\System32\OpenSSH\ssh.exe'"
|
|
|
11 git clone git@hub.mos.ru:romazanovrushan/Project-38.git |
|
|
\ Нет новой строки в конце файла |
|
|
Запускаем в PowerShell
|
|
|
`1 ssh -V`
|
|
|
`2 Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0`
|
|
|
`3 Get-Service ssh-agent`
|
|
|
`4 Start-Service ssh-agent`
|
|
|
`5 Get-Service -Name ssh-agent | Set-Service -StartupType Manual`
|
|
|
`6 cd ~/Desktop`
|
|
|
`7 ssh-keygen -t rsa -f sshkey`
|
|
|
`8 ssh-add sshkey`
|
|
|
`9 ssh -T git@hub.mos.ru`
|
|
|
`10 git config --global core.sshCommand "'C:\Windows\System32\OpenSSH\ssh.exe'"`
|
|
|
`11 git clone git@hub.mos.ru:romazanovrushan/Project-38.git` |
|
|
\ Нет новой строки в конце файла |