Am 12.02.2015 um 14:21 schrieb Erik Friesen: > Sorry, I don't know what this TOP posting problem is, and hitting > reply only replies to the last sender. If you prefer, and you have > some regular bugtracker, I could use that instead of email posting. > > To repro- > Set up git user on local linux repo, in my case 192.168.0.100 > > On a windows 7 64bit machine- > $ cd myproject > $ git init > $ git add . > $ git commit -m 'initial commit' > $ git remote add origin git@192.168.0.100:/opt/git/project.git > $ git push origin master > (Shamelessly copied from git page) > > Problem happens after entering password, it may or may not get started. > > The nature of a bluescreen doesn't make debugging and reproduction > real easy. If it helps, I can get the dumps from those crashes. To > move on, I moved back to local http pushes. I'm doing pushes over ssh on a daily basis against my linux server. And I'm using a Win7 64bit machine as well. Can you try if it makes any difference if you use ssh login with public keys instead of passwords? You can also try to add "LogLevel Debug" to ~/.ssh/config in order to get more verbose ssh output. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html