Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in helloGoodbye exercise #11

Open
javier-solis opened this issue Feb 12, 2024 · 0 comments
Open

bug in helloGoodbye exercise #11

javier-solis opened this issue Feb 12, 2024 · 0 comments
Labels

Comments

@javier-solis
Copy link
Contributor

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant