执行命令:sudo -u www git clone git@xxxxx /data0/www/project
提示:
Cloning into '/data0/www/project'...
/data0/www/project/.git: Permission denied
/data/www
是空目录 所有者是www
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
估计是你的
/data0/www
目录没有足够的权限,可以试试chown -R www:www /data0/www