I want to use the Git bash in windows in order to push-pull my project.
I have a ssh key that I use with putty.
With Git extensions my repository works well, I can do all operation as I want.
I've putty in my taskbar and my key is registered.
When I open the console and I try to push/pull
git asks me for the password, but I've don't have one (the ssh key password does not work).
I've tried with git config -l
and my remote url is git@server.ip.address/repository.git
so I'm not using a http connection (I think).
How can I access to the remote through the console?