-
Notifications
You must be signed in to change notification settings - Fork 60
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
LFS Support #80
Comments
Hmm, I'm not sure what it would take to get LFS working. Are you saying the LFS pointer files aren't being mirrored? Possibly they are not included in the default ref spec. Can you provide a simple repo with an LFS file? |
The pointers have been replicated, but the binary files are not mirrored to the destination git server. Therefore, when we try to clone/checkout from the destination git server, we get error like "404 object not found". Really appreciate your comments. |
Would really appreciate if you can give us some hints if this kind of LFS mirror is supported in the plugin. |
I was wondering why my commits weren't even mirroring. The push is failing due to the LFS messages returning exit code 1. |
Only repos with lfs binaries failed to be mirrored. I think referenced git-lfs binaries were not fetched at the source repo. If the bitbucket git repos are bare repos with no lfs binaries, then pushing will fail with an error like this:
I'm not sure how to fix. mirroring will succeed after "git lfs fetch"ing the binaries. but fetching the files on the bare repos on the server will duplicate the binaries and increase the disk usage often seriously. |
Hi, thanks for the awesome plugin. We just tried it and works like a charm.
One problem we noticed however is that the LFS objects are not mirrored. We cannot find any info in the Document. Is LFS supported or just our configuration problem?
The text was updated successfully, but these errors were encountered: