我正在尝试在Run Script
目录上运行git init
,这会导致以下错误消息:
www
奇怪的是,如果我运行fatal: Could not change back to '/usr/local/www': No such file or directory
我可以在cd ../
目录上运行git init
而不会出现任何问题。但是,如果我使用/usr/local
跟进,则git status
目录不可见。
这是我在www
目录上运行git status
时获得的输出:
/usr/local
有什么特别的原因git找不到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/
目录吗?
提前致谢。
答案 0 :(得分:0)
根据您的意见:
看起来您的全局忽略文件中有该文件夹
在您的操作系统中搜索文件.gitignore
,并确认您没有www
被忽略的文件夹。
在操作系统中搜索所有被忽略的文件,并验证该文件夹中没有任何文件。
sudo updatedb
locate .gitignore