[Fix] fatal detected dubious ownership in repository
Recently while I mounted a HDD in my Linux workstation, I tried to download a new repo in the new disk so when I executed the command git submodule update –init –recursive, it showed me an unexpected error; ‘fatal: detected dubious ownership in repository’. A snippet of the error is given below: I would like …