How do I force-quit Git Bash? [closed] - windows

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm in Nano via ssh on my server via git bash. And I can't do anything. I can scroll up and down but I ***'ed it up somehow.
How do I quit it?
I tried to find the process but windows can't tell me

Using PowerShell
kill -n bash
Stop-Process

Related

Command Line terminal in windows [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I just started developing in windows and I don't really like using the "cmd" terminal. Is there any other alternative out there?
Don't use cmd, use Powershell.
If you want something which is Windows-centered and is not cmd.exe, use PowerShell. If you're looking for a more "Linuxy" style, I prefer Cygwin, but there are quite a few alternatives.

Fix $PATH on Mac OS [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I was trying to add a dir to my path environment but somehow things went wrong and now the terminal wont even recongnize the 'ls' command.
How can I reset or fix this?
Thanks.
Do it from another account, if needed by booting in single user mode: http://support.apple.com/kb/HT1492
This presumes that you are familiar with the basics of Unix shells.

At startup on windows 7, a box opens with the title communicator.exe and it says: The application was unable to start correctly (0xc0150002) [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
It just opens everytime I turn on my laptop. Does anyone know what it is and how to stop it showing up on startup? Thanks.
Try finding communicator.exe using "msconfig" command and then uncheck it.

Opening a file in windows 7 cmd [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to open a file in windows 7 cmd line:
C:\Users\jose\2 Ano\DAA>"Begining Algorithms"
But as you can see the file has a space and it doesn´t open giving mistake
Try type "file name" and make sure your file name is correct with extension

Can we have a linux terminal chat client for gmail [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
Does a gmail terminal chat client exist or anyway one can write it?
Check out http://thinkhole.org/wp/2006/09/20/howto-connect-to-google-talk-with-bitlbee/
It is a command line client which you can configure to use gtalk.

Resources