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
Command git submodule foreach git pull origin master
from the ReadMe file instructions
gave an error "CONFLICT (add/add): Merge conflict in README.md
Automatic merge failed; fix conflicts and then commit the result.
Stopping at 'SPAdes'; script returned non-zero status."
Alternative command
`git pull --recurse-submodules`
works fine
The text was updated successfully, but these errors were encountered:
Command
git submodule foreach git pull origin master
from the ReadMe file instructions
gave an error "CONFLICT (add/add): Merge conflict in README.md
Automatic merge failed; fix conflicts and then commit the result.
Stopping at 'SPAdes'; script returned non-zero status."
The text was updated successfully, but these errors were encountered: