SSH Access Blocked After Installing GitStack on Windows 8
0
Hi,
I tried GitStack on Win8, and after uninstalling it, I can’t access port 22 anymore for some reason. Here’s what msysgit throws at me every time I try to push/clone/etc.
This wasn’t happening before installing GitStack. And I really haven’t done anything other than that in the middle :/
Welcome to Git (version 1.7.11-preview20120710) Run 'git help git' to display the help index. Run 'git help ' to display help for specific commands. Alain@ALAIN-PC /d/Sync/Web/Work/Current/10042012_Madmen $ cd madmen-intellectuals/ Alain@ALAIN-PC /d/Sync/Web/Work/Current/10042012_Madmen/madmen-intellectuals (de v) $ git push -v Pushing to git@barrelstrengthdesign.beanstalkapp.com:/madmen-intellectuals.git ssh: connect to host barrelstrengthdesign.beanstalkapp.com port 22: Bad file num ber fatal: The remote end hung up unexpectedly Alain@ALAIN-PC /d/Sync/Web/Work/Current/10042012_Madmen/madmen-intellectuals (de v) $ ssh -Tv github.com OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 debug1: Connecting to github.com [207.97.227.239] port 22. debug1: connect to address 207.97.227.239 port 22: Attempt to connect timed out without establishing a connection ssh: connect to host github.com port 22: Bad file number
Any suggestions ?
Notes:
- While installing GitStack, I didn’t check “Install msysgit” option, because I already had it installed. But the application didn’t work out of the box. I assume that’s the reason. I uninstalled it inmediately after that.
- I’ve rebooted and disabled my firewall several times. I checked with Nmap and it just says “filtered”-
1 Answer
0
"While installing GitStack, I didn’t check “Install msysgit” option, because I already had it installed. But the application didn’t work out of the box. I assume that’s the reason. I uninstalled it inmediately after that."
You are right. It is quite complicated to make GitStack works with you own git installation (but possible).
Really weird about your port 22. The GitStack installer only open the TCP port 80 in the firewall. That's all. Could you try to take a look to your PATH environment variable in case there is something wrong?
GitStack should have created a restore point on your system before its installation. I recommend to revert your computer to this restore point.
You are right. It is quite complicated to make GitStack works with you own git installation (but possible).
Really weird about your port 22. The GitStack installer only open the TCP port 80 in the firewall. That's all. Could you try to take a look to your PATH environment variable in case there is something wrong?
GitStack should have created a restore point on your system before its installation. I recommend to revert your computer to this restore point.
Your Answer
Please login to post questions.