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

fatal: Could not change back to '/root': Permission denied

我正在尝试在 ubuntu 16.4 上安装 MaryTTS。 但是当我到达终点时

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

严重:无法改回“/root”:权限被拒绝

link教程,以及link

当 运行 命令时,您可能在 homedir ~ (/root) 中,所以在 sudo 命令切换到例如/tmp 有更多的开放权限

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