We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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].
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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].
The text was updated successfully, but these errors were encountered: