You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On occasion, the error messages in feedback for exercise helloGoodbye are shown to users even though their state matches the expected state (up to the point they reached). This happens for both feedback types. As an example, view attached code snippet.
.../helloGoodbye$ ./go.sh
GitStream: Follow the instructions in your browser!
.../helloGoodbye$ ls
go.sh greeters hello.js README.md
.../helloGoodbye$ git rm hello*
rm'hello.js'
.../helloGoodbye$ git status
On branch main
Your branch is up to date with 'origin/main'.
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
deleted: hello.js
.../helloGoodbye$ git commit
hint: Waiting for your editor to close Aborting commit due to empty commit message.
.../helloGoodbye$ git commit
GitStream: [COMMIT REJECTED] You should remove only the specified file and not"README.md"
The text was updated successfully, but these errors were encountered:
On occasion, the error messages in
feedback
for exercise helloGoodbye are shown to users even though their state matches the expected state (up to the point they reached). This happens for bothfeedback
types. As an example, view attached code snippet.The text was updated successfully, but these errors were encountered: