Build an SQL Reference Object - Build an SQL Reference Object

Tell us what’s happening:

Hi, could you help me with this? Yesterday I was making progress on this Git course and I left it at this step. The next day, I loaded the GitHub Codespace again to continue, but it’s not working. When I run the step, it doesn’t pass. Also, the branch feat/add-column-references doesn’t show up in the terminal, but it does appear in the source control panel.

I already tried restarting the Codespace, but it didn’t work. What should I do?

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

this means that your terminal is still checked out on a different branch , also itcould be in a detached state, even though the UI shows the new branch. Try switching explicitly back to the feature branch in the terminal, then rerun the step, understand that codespaces can get out of sync after a reload

try to clsoe the terminal, use the reset button, then open a new terminal

you could need to use the hints to go back to the right situation if needed

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.