... | ... | @@ -6,8 +6,10 @@ _Чтобы начать запустите povershell от имени адми |
|
|
`choco install -y python3 git.install`
|
|
|
`Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0`
|
|
|
`Get-Service ssh-agent | Tee-Object Start-Service`
|
|
|
`Get-Service -Name ssh-agent | Set-Service -StartupType Manual`
|
|
|
`ssh-add sshkey`
|
|
|
`Get-Service -Name ssh-agent | Set-Service -StartupType Manual`\
|
|
|
`echo "AddKeysToAgent yes" > $env:USERPROFILE/.ssh/config`\
|
|
|
перейдите в папку с вашим ключом\
|
|
|
`ssh-add $pwd/sshkey`
|
|
|
`ssh -T git@hub.mos.ru`
|
|
|
`git config --global core.sshCommand "'C:\Windows\System32\OpenSSH\ssh.exe'"`
|
|
|
`git clone git@hub.mos.ru:romazanovrushan/Project-38.git`
|
... | ... | @@ -22,11 +24,12 @@ _Чтобы начать запустите povershell от имени адми |
|
|
`choco install -y python3 git.install`
|
|
|
`Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0`
|
|
|
`Get-Service ssh-agent | Tee-Object Start-Service`
|
|
|
`Get-Service -Name ssh-agent | Set-Service -StartupType Manual`
|
|
|
`Get-Service -Name ssh-agent | Set-Service -StartupType Manual`
|
|
|
`echo "AddKeysToAgent yes" > $env:USERPROFILE/.ssh/config`\
|
|
|
`ssh-keygen -t rsa -f sshkey`
|
|
|
`Get-Content sshkey.pub`
|
|
|
~~добавь выведенные данные на [mos.hub](https://hub.mos.ru/-/profile/keys)~~
|
|
|
`ssh-add sshkey`
|
|
|
`ssh-add $pwd/sshkey`
|
|
|
`ssh -T git@hub.mos.ru`
|
|
|
`git config --global core.sshCommand "'C:\Windows\System32\OpenSSH\ssh.exe'"`
|
|
|
`git clone git@hub.mos.ru:romazanovrushan/Project-38.git`
|
... | ... | |