Checklist:
or
: I’ve uncommented the code.
or
: I’ve saved the changes.
or
: 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:
Checklist:
git commit -am "[seeking help on forum]"
git push origin master
Here’s a screenshot showing the output from running the Git commands:
Hi @franciscom06, the error message (highlighted in red) says that the current directory (highlighted in blue) is not a git repo:
Do you recall where you originally cloned the repository? Please navigate to that folder using cd
and try again.
Let me know if you need further assistance.