mintty is copyright 2008-13 Andy Koppe, 2015 Thomas Wolff
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. It is licensed under the terms of the GNU General Public License version 3 or later. Updates and source code are available from the mintty home page at http://mintty.github.io/.
Mintty is based on parts of PuTTY version 0.60 by Simon Tatham and contributors, available from http://the.earth.li/~sgtatham/putty/0.60. Big thanks to everyone involved. Thanks also to KDE's Oxygen team for the program icon.
First off, instead of installing mintty manually, consider installing it through the MinGW installer, using mingw-get install msys-mintty.
Otherwise, you need to ensure that Windows is able to find the MSYS DLL (msys-1.0.dll) when starting mintty.exe. There are several ways to do this:
--mintty
.
/bin/bash -l
.
Invoke mintty as follows to obtain a login shell that sources all the usual startup scripts: mintty /bin/bash -l
Invoking mintty with --version or --help will print version or usage information. The mintty manual can be found on the home page at http://mintty.github.io/.
Please report bugs or suggest enhancements via the issue tracker. General Cygwin questions should be sent to the Cygwin mailing list.
Enjoy!