I'm trying to have synchronized repositories between 2 Windows PCs. Git daemon seems to be simple and I'm trying it. However it fails to clone. Are there any known workarounds or such? command line: `git.exe clone --progress -v "git://192.168.xxx.xxx/xxx" "C:\Proj\xxx"` git output using TortoiseGit: ``` Cloning into 'C:\Proj\xxx'... remote: Counting objects: 228, done. fatal: early EOF remote: Compressing objects: 100% (120/120), done. fatal: read error: Invalid argument fatal: index-pack failed ``` msysgit using command line: ``` Cloning into 'C:\Proj\xxx'... remote: Counting objects: 228, done. remote: Compressing objects: 100% (120/120), done. fatal: read error: Invalid argument9.05 MiB | 2.07 MiB/s s fatal: early EOF fatal: index-pack failed ```
I'm trying to have synchronized repositories between 2 Windows PCs. Git daemon seems to be simple and I'm trying it.
However it fails to clone. Are there any known workarounds or such?
command line:
git.exe clone --progress -v "git://192.168.xxx.xxx/xxx" "C:\Proj\xxx"git output using TortoiseGit:
msysgit using command line: