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

not respecting server capabilities ( report-status ) #1866

Open
skadefro opened this issue Mar 3, 2024 · 1 comment
Open

not respecting server capabilities ( report-status ) #1866

skadefro opened this issue Mar 3, 2024 · 1 comment

Comments

@skadefro
Copy link

skadefro commented Mar 3, 2024

If server does NOT send report-status. isomorphic-git correctly also leave it out when doing a request.
But still fails with

Expected "unpack ok" or "unpack [error message]" but received "".

at

throw new ParseError('unpack ok" or "unpack [error message]', line)

This check should be skipped when not using report-status

@jcubic
Copy link
Contributor

jcubic commented Mar 4, 2024

I'm not sure, but if you can create failing test that pass when the code if fixed. I'm happy to merge your PR.

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

2 participants