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.
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.