build-your-own-git icon indicating copy to clipboard operation
build-your-own-git copied to clipboard

STEP 9 Issues with Git Version

Open pdkeyes opened this issue 1 year ago • 0 comments
trafficstars

I am not sure how to get past this error. remote: [build] > git-2.24.4-r0: breaks: world[git>=2.40]

codecrafters-git-python> git --version git version 2.46.0.windows.1

codecrafters-git-python> git commit --allow-empty -m 'test' [master ec82121] test

codecrafters-git-python> git push origin master Enumerating objects: 1, done. ----Steps 1-8 completed------- remote: [build] Step 8 complete. remote: [build] > fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz remote: [build] > ERROR: unsatisfiable constraints: remote: [build] > git-2.24.4-r0: remote: [build] > breaks: world[git>=2.40] remote: [build] Error: process "/bin/sh -c apk add --no-cache 'git>=2.40'" did not complete successfully: exit code: 1. remote: [build] > fetch http://dl-cdn.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz remote: [build] > ERROR: unsatisfiable constraints: remote: [build] > git-2.24.4-r0: remote: [build] > breaks: world[git>=2.40] remote: [build] Build failed. Check the logs above for the reason. remote: [build] If you think this is a CodeCrafters error, please contact us at [email protected].

pdkeyes avatar Sep 11 '24 13:09 pdkeyes