I run the git fetch command to get the update from server. It's OK for small update from other colleagues. But when someone pushed a big amount of data, it always failed, and says:"fatal: The remote end hung up unexpectedly, 1 Kib/s, fatal: early EOR fatal: index-pack failed".
So I am wondering if it is possible to fetch only a part of the update from colleagues, e.g. under some folder?
Do you have any ideas?
Thanks, Mike