Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Git daemon and TortoiseGit #365

Closed
kenjiuno opened this issue Jul 9, 2015 · 2 comments
Closed

Git daemon and TortoiseGit #365

kenjiuno opened this issue Jul 9, 2015 · 2 comments

Comments

@kenjiuno
Copy link

kenjiuno commented Jul 9, 2015

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
@dscho
Copy link
Member

dscho commented Jul 9, 2015

Is this not a duplicate of the issue described in #70?

@kenjiuno
Copy link
Author

kenjiuno commented Jul 9, 2015

Is this not a duplicate of the issue described in #70?

Exactly! I'll check #70 for further investigation. Thanks!

@kenjiuno kenjiuno closed this as completed Jul 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants