Add files via upload

This commit is contained in:
Alex Kup 2023-04-20 11:46:40 +03:00 committed by GitHub
parent 9ca03e8c21
commit f6b06837d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2090,6 +2090,7 @@ $data | Export-Excel .\ps.xlsx -AutoNameRange -ExcelChartDefinition $Chart -Show
git --version
git config --global user.name "Lifailon" # добавить имя для коммитов
git config --global user.email "lifailon@mail.com"
git config --global --edit
ssh-keygen -t rsa -b 4096 -с "lifailon@mail.com"
Get-Service | where name -match "ssh-agent" | Set-Service -StartupType Automatic
Get-Service | where name -match "ssh-agent" | Start-Service