zmk-config icon indicating copy to clipboard operation
zmk-config copied to clipboard

exit code 128 using just init

Open calciferchang opened this issue 3 months ago • 2 comments

Getting an error when running just init. Have tried on different networks, cloning in a new repo. Have checked to make sure nix, direnv, and just are installed correctly so not sure why this is happening.

error: RPC failed; HTTP 400 curl 22 The requested URL returned error: 400
fatal: unable to write request to remote: Broken pipe
fatal: could not fetch b68d702e4539f13767a4379a16f4c2abc3dbd165 from promisor remote
FATAL ERROR: command exited with status 128: checkout --detach refs/heads/manifest-rev
error: Recipe `init` failed on line 67 with exit code 128

full : errormsg.txt

calciferchang avatar Sep 23 '25 18:09 calciferchang

Works correctly on my Mac Mini so I assume there must be something wrong with my environment on my macbook, not sure how to troubleshoot that though.

calciferchang avatar Sep 23 '25 22:09 calciferchang

Looks like the error is caused by west update. Maybe some temporary connection issue with one of the dependencies?

urob avatar Sep 25 '25 16:09 urob