Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Maybe you need to <strong>run the cygwin setup and look for the 'ncurses' package and install it</strong>. </p> <p>(As suggested in <a href="http://drupal.org/node/828876" rel="nofollow noreferrer">this thread</a>, and considering <a href="http://en.wikipedia.org/wiki/Tput" rel="nofollow noreferrer"><code>tput</code> is part of the ncurses library</a>)</p> <p><a href="https://stackoverflow.com/users/925381/another-anon-coward">another.anon.coward</a> suggests in the comment to use the package-grep feature of the Cygwin site, which confirms the need for ncurses installation:</p> <p><a href="http://cygwin.com/cgi-bin2/package-grep.cgi?grep=tput.exe" rel="nofollow noreferrer">package-grep for tput</a>.</p> <hr> <p>However, the <a href="https://stackoverflow.com/users/995928/philipp15b">OP Philipp15b</a> mentions in the comment:</p> <blockquote> <p>Thats the problem: We're talking about <strong><a href="https://github.com/msysgit/msysgit" rel="nofollow noreferrer">Git for Windows (msysgit)</a></strong> and as you say, it has got nothing to do with Cygwin. But for some reason installing Cygwin broke Git.</p> </blockquote> <p>Try launching your msysgit DOS session with the <strong><a href="https://github.com/msysgit/msysgit/blob/devel/git-cmd.bat" rel="nofollow noreferrer"><code>git-cmd.bat</code></a></strong> provided with msysgit.<br> It organizes the <code>PATH</code>:</p> <pre><code>@set PATH=%git_install_root%\bin;%git_install_root%\mingw\bin;%git_install_root%\cmd;%PATH% </code></pre> <p>It may help making sure that msysgit isn't affected by other Cygwin commands which could be in the path.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload