I'm following the instructions on setting up git on Windows from here:
When I try to do:
git push master origin
I get an error from PuTTY saying:
Network error: connection refused
Why is PuTTY getting involved here? I didn't even setup PuTTY for this.
I know I used PuTTY in the past but forget what I did; how can I disable it?
git push origin master, withoriginbeing the name of the remote repo. – Jin Oct 14 '11 at 1:40