致命:无法改回“/root”:权限被拒绝

Aki*_*tic 5 permissions marytts

我正在尝试在 ubuntu 16.4 上安装 MaryTTS。但当我冲线时

sudo -u mary git clone https://github.com/marytts/marytts.git /local/mary/marytts
Run Code Online (Sandbox Code Playgroud)

致命:无法改回“/root”:权限被拒绝

链接教程,以及链接

mik*_*kep 3

运行命令时,您可能位于 homedir ~ (/root),因此在 sudo 命令之前切换到具有更多开放权限的 /tmp

cd /tmp sudo -u mary git clone https://github.com/marytts/marytts.git /local/mary/marytts