Ошибка Cygwin / Git обнаружено несоответствие базы cygheap

Я установил два сервера Windows с последними версиями cygwin и git и пытаюсь клонировать репозиторий git с S1 на S2. Я могу успешно использовать ssh с S2 на S1 с помощью ключей RSA, но когда я делаю это: git clone "ssh: // root @ S1 / path / to / my / repo" он отбрасывает этот вывод:

    Cloning into /cygdrive/c/program files/apache software foundation/apache2.2/htdocs/myfolder...
    2 [main] git 2004 C:/cygwin/lib/git-core/git.exe *** fatal error - cygheap base mismatch detected - 0x61242860/0x6123790.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search fro cygwin1.dll using the WIndows Start->Find/Search facility and delete all bu the most recent version.  The most recent version *should* reside in x:\cygwin\bin, where 'x' is the drive on which you have installed the cygwin distrubtion. Rebooting is also suggested if you are unable to find another cygwin DLL.  

--5 more errors like that one --

remote: Counting objects: 3275, done.
remote: Compressing oobjects: 100% (3106/3106), done.
fatal: write error: Broken pipe

Итак, я выполнил эти инструкции, но безуспешно. Есть предложения?

48
задан John Zumbrum 12 November 2011 в 20:25
поделиться