Skip to content

Commit

Permalink
+18
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Aug 16, 2024
1 parent f41cccf commit a37197f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
# Get-Service ssh-agent
# Get-Service ssh-agent | Select StartType
Get-Service -Name ssh-agent | Set-Service -StartupType Manual
Start-Service -Name ssh-agent
# Get-Service -Name ssh-agent | Set-Service -StartupType Manual
# Start-Service -Name ssh-agent
where.exe start-ssh-agent
start-ssh-agent
git config --global core.sshCommand "'C:\\Windows\\System32\\OpenSSH\\ssh.exe'"
Write-Host "UserName: $env:UserName"
Write-Host "UserProfile: $env:UserProfile"
Expand Down

0 comments on commit a37197f

Please sign in to comment.