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

Git daemon and TortoiseGit #365

Closed
Closed
@kenjiuno

Description

@kenjiuno

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions