I am trying to do the Step “Replace pick with s next to your commit for adding the rename table reference to squash it…”
Unfortunately I seemed to have messed up a previous step, because git status show, that there is stil a rebase going on. Resetting does not work because after reset (with nano closed) the git status stays the same:
interactive rebase in progress; onto 7681a96
I also tried reloading the codespace, closing terminal, and resetting many times How can I get this working again?
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0
Challenge Information:
Build an SQL Reference Object - Build an SQL Reference Object
I can not solve the steps because the commits are already squashed, so there is only a single commit left when I continue the rebase. When I finish the interactive rebase as is the CodeRoad level is not finished so I can not continue. The console shows:
bash: /workspace/project/.freeCodeCamp/test/.cwd: No such file or directory
Sorry for double posting, I hit the character limit
I have tried this multiple times, unfortunately it did not solve the problem. The terminal shows 20ish times:
bash: /workspace/project/.freeCodeCamp/test/.next_command: No such file or directory
when I navigate to the sql_reference folder the terminal shows:
camper: /project$ cd sql_reference/
bash: /workspace/project/.freeCodeCamp/test/.next_command: No such file or directory
bash: /workspace/project/.freeCodeCamp/test/.cwd: No such file or directory
No matter what I enter in the terminal e.g. git add . after making a test change it always displays
bash: /workspace/project/.freeCodeCamp/test/.next_command: No such file or directory
bash: /workspace/project/.freeCodeCamp/test/.cwd: No such file or directory
Resetting the files via the button in the CodeRoad windows is obviously not working. I included a test line i the sql_reference.json and even after resetting the files it is still present.