EmperorFool
Deity
I don't know what editor MinGW is set up to use by default. You can try typing "echo $EDITOR" at the console. I use Cygwin which uses vi by default, and to exit from that is "ESC : w q". You might be using pico or nano which is "CTRL+X Y <enter>" IIRC. I found instructions on setting up your own editor such as Notepad++.
When you say "remove the password" do you mean from your account? All free repositories are public and don't require a password to read from, but only you can commit to it.
This question asks about defaulting to a different directory, and the first answer has several options. Easiest is to add "cd <path>" to the end of your ~/.bashrc file (~ is your home directory which is where you should start normally).
Remember, it's never too late to rename all those directories and files to remove the spaces.
When you say "remove the password" do you mean from your account? All free repositories are public and don't require a password to read from, but only you can commit to it.
This question asks about defaulting to a different directory, and the first answer has several options. Easiest is to add "cd <path>" to the end of your ~/.bashrc file (~ is your home directory which is where you should start normally).
Remember, it's never too late to rename all those directories and files to remove the spaces.
