-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Improve untracked files message during eject #2797
Comments
Please follow the recommendation in the message.
For example you can run
and then try again. |
I think the error message looks weird, what is it with all the ?? @ryouaki do you mind filling the issue template and tell us the terminal that you are using? |
@viankakrisna I think |
Let’s keep it open and think how we can improve this message. |
@gaearon thank you, you help me .it work now. |
edit new to contributing to OSS, let me know if you would prefer a PR instead. how about:
Intention: Tell user what is the problem. Inform them why we are stopping. Tell them how they can check which files are stopping us. Give them a hint on how they can resolve it. I used the word working directory even though current git status uses working tree as a personal preference, as I have seen some new users of git tend to get confused with the concept of tree. I derived the context based on the discussion in PR 2090 |
Hi @gaearon! May I pick this one? Is anybody else working on it? |
This should really be overridable.. I have a repo with several projects combined and ejecting doesn't affect all of them, it's tedious that you have to manually remove the untracked files even though you know that the ejection won't collide with them. |
@gaearon @ryouaki @viankakrisna I just commited to the github casually,it work! |
echo "*" >> .gitignore |
why I got lots of file names not in the directory? |
npm version is 5.0.3
The text was updated successfully, but these errors were encountered: