Cannot git push

hey there, i’ve just gotten through a couple stages but on the second push for the #CZ2 stage of shell i’ve started getting this error every time i git push:

❯ git push
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 8 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (4/4), 363 bytes | 363.00 KiB/s, done.
Total 4 (delta 2), reused 0 (delta 0), pack-reused 0 (from 0)
error: remote unpack failed: unable to create temporary object directory
To https://git.codecrafters.io/b35bb8cdc83b2e90
 ! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to 'https://git.codecrafters.io/b35bb8cdc83b2e90'

i’ve tried recreating that commit, i ran the curl command listed in the troubleshooting docs for testing connectivity to git.codecrafters.io and nothing has helped illumunate the issue or change the response.

10 Likes

I’m facing the same error. I checked https://status.codecrafters.io/ but it says “Git Operations” are working fine

2 Likes

I am also facing same issue.

Started getting this error, too. At least i know it’s not just me

I’m also facing a similar issue. What shall we do in this case? Is there anyone from the code-crafters team help us to understand this issue?

I’m facing the error now. I began the first step of building kafka just now, but I can’t push it to my storehouse

I also am having this same error. group bonding :people_hugging:

2 Likes

I’m having this problem as well.

Same issues here. Good reason to get off code crafters. :person_raising_hand:

2 Likes

Same for me! Not sure how to fix this

Nothing to add really, but currently facing the same. Seems to be affecting everyone.

i have the same issue.

Hi all! We’re looking into this — thanks for reporting

5 Likes

Hi! Is there an ETA for the solution?

@dan323 We’re actively working on resolving the issue, though it’s difficult to provide an exact ETA.

We’ll keep you updated as soon as there’s progress.

You can also monitor updates here: https://status.codecrafters.io/

4 Likes

Mentioning the issues i am facing
codecrafters test
Initiating test run…
push changes: add all files: error: remote unpack failed: unable to create temporary object directory
To https://git.codecrafters.io/55fd00049b60e3a4
! [remote rejected] HEAD → cli-test-1731163757462 (unpacker error)
error: failed to push some refs to 'https://git.codecrafters.io/55fd00049b60e3a4’

Hi @wolf-317 , there is an ongoing issue with git operations and test runner and they are looking into it , you can check https://status.codecrafters.io/ for updates.

We’re rolling out a fix right now - hopefully should be back up in 10!

Will keep this open until we’ve added monitoring + ops fixes to prevent this from happening again. We usually get paged for serious bugs like this but it looks like there’s something wrong with our alerting setup.

4 Likes

Working for me :slight_smile: Thanks team!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.