❔ Azure DevOps repo remote unpack failed
I have a Git repo set up, it's an UE5 project which means large binaries, and Azure repos have unlimited size, so that's why not Github.
I'm trying to push the project over SSH, but I'm getting some weird errors
11 Replies
Stack Overflow
Unsupported compression, Azure git push over SSH?
I am trying to push a new branch to azure repo which fails. Get an error that the compression method isn't supported. Tried googling for the error but my search didn't display anything that looked ...
And https://developercommunity.visualstudio.com/t/trying-to-push-code-and-receiving-error-unpack-fai/117828 interestingly
Developer Community
Developer Community
I don't think there's anything to gc or prune, since it's literally the very first commit
Worth a shot ig
No cigar
It's not a timeout either, since it fails after 59 seconds
Boo. From the stuff I've read it does seem to be an issue with azure, and intermittent
I.e. repacking fixes it sometimes
Maybe
git commit --amend
to change the commit slightly? That might affect the pack enough that azure is happy with it /shrugIf not, I'll try pushing over HTTPS maybe
At least the initial large push
Yeah, that seemed to help looking at those links
Amending didn't help
HTTPS time
Oh
HTTPS worked
Nice
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.