Background: I'm using git and TortoiseGit with github.com. My development cycle on the .git local branch goes like this:

1) Make whatever changes
2) Right-click on directory, choose "Git Commit -> branch"
3) Input the message and commit
4) Right-click on same directory, choose "Git Push"
5) I choose my options and...

The first time each time I do this each day, Pageant auto-loads in the background and its icon appears in the system tray. But, it is not remembering the private.ppk I had previously loaded the day (or reboot) before.

Each time I have to:

Right-click -> "Add key" -> and then redo 4) and 5) above

and then it works. I have created a manual icon/shortcut I can click which auto-loads:

"C:\Program Files\TortoiseGit\bin\pageant.exe" c:\path\to\private.ppk

And if I launch with that shortcut, it loads the key into memory and works fine.


Question: How can I get TortoiseGit to remember or pass that "c:\path\to\private.ppk" parameter to pageant so when it auto-loads that first time it also auto-loads my private key?

Is there a persistent setting I can use?

Thanks in advance! :-)

link|improve this question
If you load pageant with your key before you do anything with Tortoise SVN, does it ask you for anything? – Mat Aug 15 '11 at 17:47
It's Tortoise Git, not SVN, but yes if I pre-load manually by supplying "c:\path\to\private.ppk" on the command line, then it works. – Rick Hodgin Aug 15 '11 at 17:48
1  
The just pre-load pageant (with a .cmd in your start profile). – Mat Aug 15 '11 at 17:49
There's no way to have TortoiseGit handle this automatically? It is launching pageant on its own, surely passing a parameter would not be undoable. Maybe I have a new project to contribute to (to add this feature). :-) Thanks, Mat! – Rick Hodgin Aug 15 '11 at 18:10
Did you realize when you committed, the "Git Command Progress" window that tells you it worked has a button at the bottom left which says "Push"? This doesn't solve your original problem, but it speeds up your step 4) ;-). – Jonas Heidelberg Aug 29 '11 at 16:48
show 2 more comments
feedback

1 Answer

I just place a shortcut to pageant.exe with my PPK in my Start Menu "Startup" folder, so that it loads automatically when Windows boots (although it asks for the password then too).

"C:\Program Files\TortoiseGit\bin\pageant.exe" "D:\Dev\Git Private Key.ppk"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.