Hello there,
At the moment I’m doing the git challenge with Kotlin. However with the test on Stage 6 there seems to be an issue. The output of the tester is like that:
[compile] Compilation successful.
[tester::#JM9] Running tests for Stage #JM9 (Create a commit)
[tester::#JM9] $ ./your_program.sh commit-tree <tree_sha> -p <commit_sha> -m <message>
[your_program] Logs from your program will appear here!
[your_program] 8e8bcb22492c7c5eec52806a1bce8e0bc0969c59
[tester::#JM9] Expected "1bd9e79494d90f7fd02c25a1699c2abeccd26a2d" as tree, got: "0000000000000000000000000000000000000000"
[tester::#JM9] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
Here is a link to my git repo: GitHub - Sajeg/codecrafters-git-kotlin
It also could be that I’m wrong and there is nothing wrong with the tester.
Thank you in advance for taking your time to read this,
Yours, Sajeg