Checklist:
: I’ve uncommented the code.
: I’ve saved the changes.
: I’ve run the git commands:
git commit -am "[seeking help on forum]"
git push origin master
Here’s a screenshot showing the output from running the Git commands:
[Attach screenshot here]
[Share other details here]
I made changes to the main.py but when i run it, it still outputting the previous output like nothing was change, i did get it to work by running it in debug mode but why, also when i try to commit and push it to origin master it says all changes are up to date but on the website it still says test failed and the log also is using the previous code like the changes i made didn’t made it through or something, sorry if the solution is obvious I’m still new.
i27ae15
January 19, 2025, 12:16pm
2
Hi, @Ada-Eva , what I can see from VsCode is that the file it not saved, can you try saving it (Control + S) and then running the code?
1 Like
Thank for your advice it did solve my first problem but i still can’t push the new version to origin master
Hi @Ada-Eva , what error messages are you seeing now? Feel free to share a screenshot.
@Ada-Eva There’re two issues:
It seems that Git was run in the wrong folder.
Could you run this command and share the output:
git remote -v
It does not look like your code is correct yet. Let me know if you need help with it as well.
still the same result unfortunately thanks for trying to help though
andy1li
January 19, 2025, 3:55pm
10
@Ada-Eva Don’t give up yet. You can do it!
What does git remote -v
say?
Ada-Eva
January 19, 2025, 3:57pm
11
what? is it suppose to say something back? it didn’t return me anything
andy1li
January 19, 2025, 4:03pm
12
@Ada-Eva Yep, it’s supposed to look something like this:
Now run cd codecrafters-shell-python
and try again.
Note that you need to be in codecrafters-shell-python
otherwise it wont work.
Once you’re in the right folder, this part should reflect the change:
Ada-Eva
January 19, 2025, 4:17pm
13
Absolutely beautiful, thanks for your time and patience
1 Like
system
Closed
January 24, 2025, 4:18pm
14
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.