【发布时间】:2016-03-04 19:14:58
【问题描述】:
我目前正在使用 pfsense 作为防火墙。我想扩展 GUI 以提供我需要的更多功能。当我尝试使用 git 初始化 www 目录时,出现以下错误:
failed to stat '.': No such file or directory
我可以初始化其他目录,例如/usr/local/ 会很好地初始化,但是当我在/usr/local/ 中运行 git status 时,我会得到以下结果:
On branch master
Initial commit
Untracked files:
(use "git add <file>..." to include in what will be committed)
bin/
etc/
include/
info/
lib/
libdata/
libexec/
sbin/
share/
这也应该显示www 目录。
pfsense 使用 lighthttpd 和 freeBSD - 如果有帮助的话。
提前致谢。
【问题讨论】:
标签: git freebsd lighttpd pfsense