We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git daemon
server side (using a bare clone made with ocaml-git, but same results from a "normal" git clone)
$ git daemon --reuseaddr --base-path=. --export-all --verbose --export-all ./.git [26000] Ready to rumble [26100] Connection from 127.0.0.1:54999 [26100] Extended attributes (16 bytes) exist <host=localhost> [26100] Request upload-pack for '' [26100] '': aliased [26000] [26100] Disconnected (with error)
Client side:
2015-06-20 13:19:59.529 sync ERROR: input: the payload doesn't have a trailing LF Check failed: Sync.Make(IO)(Store).Error
I'm using GitStore = Git_unix.FS and GitSync = Git_unix.Sync.Make(GitStore)
Git_unix.FS
Git_unix.Sync.Make(GitStore)
The text was updated successfully, but these errors were encountered:
Ah, sorry, I just needed to use Git.Gri.of_string "git://localhost/" rather than "git://localhost"
Git.Gri.of_string "git://localhost/"
"git://localhost"
Sorry, something went wrong.
Re-opening as this should be fixed properly!
93e23ce
No branches or pull requests
server side (using a bare clone made with ocaml-git, but same results from a "normal" git clone)
Client side:
I'm using GitStore =
Git_unix.FS
and GitSync =Git_unix.Sync.Make(GitStore)
The text was updated successfully, but these errors were encountered: