I'm trying to use git
from Package Manager Console window in Visual Studio 2010. And most git
commands running as expected, except network-related.
When I tried git push origin master
Studio stops responding. The code were pushed to github.com account. I've noticed that ssh-*
applications were fired and start hanging in system memory, so I switched to https
authentication. But the Studio still not responding (and there is no ssh
related stuff in memory).
Does anybody knows how overcome this issue?