【发布时间】:2016-04-03 18:17:26
【问题描述】:
我在 git clone 后遇到了内部服务器错误。
命令:
git clone git@bitbucket.org:wewewe/are.git /var/www/html
在运行 git clone 之前,我可以访问 URL 上的测试文件。
我正在使用 root 用户。
我在运行 git clone 之前看到文件夹归 root 所有。现在仍然归root所有。
我该如何解决?
附加信息: 名为 url.com/test.php 的文件仅包含
【问题讨论】:
-
在临时文件夹中克隆(不是以 root 身份)是否有效?
标签: git ubuntu-14.04 bitbucket