Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bare Repository #61

Open
ghost opened this issue Mar 25, 2015 · 0 comments
Open

Bare Repository #61

ghost opened this issue Mar 25, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 25, 2015

Hi,

I am following the following guide regarding updating a website:
http://toroid.org/ams/git-website-howto

Everything works great except when I issue the command git fat pull which then issues the following command:
rsync --progress --ignore-existing --from0 --files-from=- fat.antispaceman.com:/var/repository/ ./fat/objects/
I can ssh into that host and have checked that the git objects are there. However it always says that there are no objects and nothing to update. When I run the command directly, it just hangs. git fat status seems to be aware that there are files that need downloading but some reason rsync doesn't agree. I temporarily updated git fat on my server to do:
rsync --progress --ignore-existing --recursive fat.antispaceman.com:
/var/repository/ ./fat/objects/
Then git fat works as expected. I don't want to be running a custom git fat. I run git fat elsewhere and don't have a problem with it.

Can anyone enlighten me as to the cause of the problem?

Regards,
Matt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants