Skip to content

Commit

Permalink
+23
Browse files Browse the repository at this point in the history
SunSerega committed Aug 16, 2024

Verified

This commit was signed with the committer’s verified signature.
surajssd Suraj Deshmukh
1 parent acd1f2e commit 0297d6e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
@@ -28,14 +28,14 @@ jobs:
where.exe start-ssh-agent
start-ssh-agent
Write-Host "ssh:"
where.exe ssh
Write-Host "ssh-add:"
where.exe ssh-add
Write-Host '-----'
Get-Service -Name ssh-agent | Set-Service -StartupType Manual
Start-Service -Name ssh-agent
# git config --global core.sshCommand "'C:\\Windows\\System32\\OpenSSH\\ssh.exe'"
# Write-Host "ssh:"
# where.exe ssh
# Write-Host "ssh-add:"
# where.exe ssh-add
# Write-Host '-----'
# Get-Service -Name ssh-agent | Set-Service -StartupType Manual
# Start-Service -Name ssh-agent
git config --global core.sshCommand "'C:\\Windows\\System32\\OpenSSH\\ssh.exe'"
# Set Key File Variable:
New-Variable -Name Key -Value "$env:UserProfile\.ssh\id_rsa"

0 comments on commit 0297d6e

Please sign in to comment.