Skip to content

fatal: detected dubious ownership in repository at '/opt/MCRIBS' #390

Answered by mgxd
scott-huberty asked this question in Q&A
Discussion options

You must be logged in to vote

IIRC, the message

fatal: detected dubious ownership in repository at '/opt/MCRIBS'
	To add an exception for this directory, call:

		git config --global --add safe.directory /opt/MCRIBS

is just a warning that gets printed to the log, not the actual reason for the crash - probably since we are git cloning in the MCRIBS container and then copying it over for the nibabies one. I think it can be resolved by adding that command (git config --global --add safe.directory /opt/MCRIBS) directly into the Dockerfile.

In your case, looks like there was a problem with loading the segmentations.

IOError: Cifstream::Open: Failed to open file /out/sourcedata/mcribs/sub-1462_ses-newborn/TissueSeg/sub-146…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@scott-huberty
Comment options

Answer selected by scott-huberty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants