I'm trying to pull using msysgit 1.8.1 (tried with 1.7.10 and .11, too, with the same result) and always get an error which I don't know how to debug/resolve:
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>
Between
Fetching submodule src/jgit/main
and
fatal: read error: Invalid argument
it takes approximately 5min (timeout?).
What also is strange, that one line starts with rRemote
- a bug in msysgit?