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

JGit / EGit cannot push or pull over WebGit .NET's smart HTTP implementation. #24

Closed
otac0n opened this issue Sep 16, 2011 · 1 comment
Assignees
Labels
Milestone

Comments

@otac0n
Copy link
Owner

otac0n commented Sep 16, 2011

The error message is:

invalid advertisement of 001E# service=git-upload-pack
@ghost ghost assigned otac0n Sep 16, 2011
@otac0n otac0n closed this as completed in 1988d66 Sep 16, 2011
@otac0n
Copy link
Owner Author

otac0n commented Sep 16, 2011

The fix was from changing 001E# service=git-upload-pack to 001e# service=git-upload-pack. (Note the capitalization.)

otac0n added a commit that referenced this issue Sep 16, 2011
…leResult` to write data directly in binary format.

This prevents the transmission of the `charset=iso-8859-1` piece in the Content-type header, which was causing issues with JGit.  This is more for #24.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant