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

[BUG] unpacker error #262

Closed
Brilator opened this issue Sep 12, 2024 · 9 comments
Closed

[BUG] unpacker error #262

Brilator opened this issue Sep 12, 2024 · 9 comments
Assignees
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@Brilator
Copy link
Member

A windows user got the following error:

error: remote unpack failed: index-pack abnormal exit
To https://git.nfdi4plants.org/user/ARC.git
! [remote rejected] main -> main (unpacker error)
error: failed to push some refs to 'https://git.nfdi4plants.org/user/ARC.git'

Did anyone see this before?
Probably more of a DataHUB rather than ARCitect issue.
@j-bauer

@github-actions github-actions bot added the Status: Needs Triage This item is up for investigation. label Sep 12, 2024
@j-bauer
Copy link

j-bauer commented Sep 12, 2024

The remote URL seems wrong:

https://git.nfdi4plants.org/user/ARC.git

note the user part. Normally this is the name of the user, in my case e.g. jb1042

@Brilator
Copy link
Member Author

this was pseudonymized on purpose...

@j-bauer
Copy link

j-bauer commented Sep 12, 2024

Ok, nevermind then :D I will check the logs.

Edit: I do not see anything out of the ordinary. Let me know if the issue arises again and I will check it again.

@TetraW
Copy link

TetraW commented Sep 16, 2024

This error was probably due to a push size limit we set. We have done so because large files were uploaded directly into the repository (not tracked as LFS files). The limit was 10MB originally, but we just increased it to 100MB.

@JonasLukasczyk JonasLukasczyk added Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. and removed Status: Needs Triage This item is up for investigation. labels Sep 23, 2024
@JonasLukasczyk JonasLukasczyk self-assigned this Sep 23, 2024
@JonasLukasczyk
Copy link
Collaborator

I can parse the response from git and on seeing this error: error: remote unpack failed I could prompt some text that suggests that the uploaded files could be too large, and recommend to use LFS instead. What do you think @TetraW @Brilator?

@Brilator
Copy link
Member Author

I guess you won't want to parse every possible error.

I'd rather suggest to try and avoid having users run into this at all #264. Would require more communication between the tool devs though (limit was not changed to 100 MB).

@j-bauer
Copy link

j-bauer commented Sep 23, 2024

@Brilator typo? not = now? The limit was changed afaik.

@Brilator
Copy link
Member Author

yes

@JonasLukasczyk
Copy link
Collaborator

This issue will be closed because it is essentially a duplicate of #264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.
Projects
Status: Done
Development

No branches or pull requests

4 participants