-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Issu in levels 4, 16 and so: what you should do #331
Comments
Level 19, 20, 23, 26, 34 and more. When starting it should say to name the main branch "master" to avoid these problems |
Use this command to change the default branch name to
All levels will now use |
If I run the command git config --list I obtain one line reading, for example
though it could be git var GIT_DEFAULT_BRANCH Thus I think this might resolve githug's problem (on some OSes/setups) with questions 4, 16, 19, 20, 23, 26, 34, etc. so far "patched locally" running To me, this were more promising than to edit the hints to the corresponding questions in line of (for instance level 4/file hint do
puts "You must include a message when you commit. If not working, adjust the branch's name by `git branch -m master`."
end |
As mentioned in previous issues, you need to rename your branch as 'master' to passe the level 4 and 16.
You need to do :
git branch -m master
And then continue the game (and/or tap
githug play
)The text was updated successfully, but these errors were encountered: