Powershell asking for git RSA passphrase on every pull instead of on startup? -


i've installed poshgit , i've set rsa key github , in ~\.ssh folder, powershell still prompts me enter passphrase on every pull/push. i've followed instructions given here. powershell profile looks so:

$env:path += ";" + (get-item "env:programfiles(x86)").value + "\git\bin" . 'c:\users\caleb\documents\windowspowershell\modules\posh-git\profile.example.ps1' cd ~\documents\github\travefy 

here's happens. how ask me on startup?

enter image description here

it turns out need run

> ssh-add 

i'm not sure why wasn't mentioned in of docs on github.com.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -