2013-11-14 75 views
0

我遵循Tim Pope的effortless ctags with git的博客文章,但它似乎不起作用。Vim中的簡單標籤

git ctags

fatal: cannot exec '.git/hooks/ctags': Permission denied 

輸出我也跟着指示,他作​​爲解釋。 我的~/.git_template/hooks文件夾中包含以下文件。

ctags post-checkout post-commit post-merge post-rewrite 

我已經嘗試重新初始化存儲庫並提交,但似乎都不生成ctags。

回答

2

我猜你錯過了:

chmod +x .git/hooks/ctags 

在腳本,你需要設置executable bit