We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f31e2 commit 6b150ebCopy full SHA for 6b150eb
1 file changed
GitSetup.ps1
@@ -136,7 +136,8 @@ function SetupSSH
136
New-item $sshPath -itemType directory
137
Set-itemProperty -Path $sshPath -Name Attributes -Value ([System.IO.FileAttributes]::Hidden)
138
}
139
- ssh-keygen.exe -t rsa -b 4096 -f $sshKey
+ ssh-keygen.exe -t rsa -b 4096 -f $sshKey
140
+ ssh-add -k $sshKey
141
142
catch
143
{
0 commit comments