on my new computer, I install git and my putty.exe and ssh key etc. just fine.
So, I am doing a:
git pull origin
and then on the command line, I ask for a password.
I have no idea what password he wants, and then he also asks for my server password after several unsuccessful attempts with the first password.
he asks:
blahblah@serveradmin.com password:
What's happening?
(my git rep is hosted on a common unix isp server)
I already configured pageant to use my private key, and it gave me a popup to enter my passphrase. This is how it works on my old computer, and then when I open git - bash and do "w23> pull origin", it works fine without asking anything.
Update II
So let me summarize what happens here:
I have the same setup on my office computer (windows7) (desktop) and it works fine without asking me any questions. All that I do b4 with git runs the .bat file, which loads the pageant.exe file:
C:\putty\pageant.exe "E:\code\pg_pk.ppk"
Then running git pull origin works fine, doesn't ask me about any password.
I also had this on my laptop, and it worked just like my office computer, until I installed Windows 7 on it. Now it asks for my password, even though the pageant.exe file is working (I see it on the taskbar and the key is loaded).
So, today I grabbed the .bat file and the all / putty folder and put it on my laptop, it still doesnโt work, it asks me for the password when I type: git pull origin
(I use the same version of git on both computers)
Actually vague, what could it be?