-
Notifications
You must be signed in to change notification settings - Fork 56
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
Start to work on concrete examples of warnings or error messages in help section #418
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Left a bunch of comments. But they apply more to the software itself than to the documentation in here.
|
||
One warning that you may encounter during an installation of a dataset is:: | ||
|
||
[INFO ] Submodule HEAD got detached. Resetting branch master to point to 046713bb. Original location was 47e53498 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should think about how we can phrase this in a less problematic fashion.
this means that the sibling contains changes that your local dataset does not yet | ||
know about. It can be fixed by updating from the sibling first with a | ||
:command:`datalad update --merge`. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could try to make the summary result renderer of ˋpushˋ give this hint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea!
This attempts to collect, explain, and show strategies to solve common errors or warnings. It will forever be work in progress, so just as with FAQ, I'm happy to merge the developments in this branch whenever something useful gets added.