我試圖拉動使用msysgit 1.8.1(與1.7.10和.11一起嘗試,具有相同的結果),並總是得到一個錯誤,知道如何調試/解決:Git拉 - 致命:讀取錯誤:無效的參數
E:\java\myproject>git pull
Enter passphrase for key '/E/my-private-key':
remote: Counting objects: 200, done.
remote: Compressing objects: 100% (97/97), done.
rRemote: Total 115 (delta 66), reused 0 (delta 0)
Receiving objects: 100% (115/115), 12.25 KiB, done.
Resolving deltas: 100% (66/66), completed with 34 local objects.
From ssh://myserver:12345/myproject
50e90d7..d24b154 release-4.5 -> origin/release-4.5
58625d6..960fcc6 develop -> origin/develop
* [new branch] release/4.6 -> origin/release/4.6
* [new tag] 4.6-rc-1 -> 4.6-rc-1
Fetching submodule src/jgit/main
fatal: read error: Invalid argument
E:\java\myproject>
之間
Fetching submodule src/jgit/main
和
fatal: read error: Invalid argument
,大約需要5分鐘(超時?)。
奇怪的是,一行以rRemote
開頭 - msysgit中的一個錯誤?
你每次都得到'不在已知主機列表中嗎?不應該將它添加到'.ssh/hosts'?你的'.ssh'文件夾是可寫的嗎? –
@DavidSchwartz,適用於Windows的Git(OP錯誤地稱爲「msysgit」)不使用Cygwin,也不與「cygwin.dll」鏈接。 – kostix