Periodic Table Database - Build a Periodic Table Database

Tell us what’s happening:

Describe your issue in detail here.
Hello! When I try to access nano inside this project, it opens like this, not in nano.
last command was: git rebase -i HEAD~1

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Periodic Table Database - Build a Periodic Table Database

In the vscode editor you have a tab with the file element.sh open. Can you close it and issue the command at the terminal again?

git is using VSCode as its editor. You can edit and save that open file to rebase. Or if you want to use nano, you can change git to use that as its default by entering git config --global core.editor "nano" in the terminal.

1 Like