ctags.exe和etags.exe返回权限被拒绝

问题描述 投票:0回答:1

我通过ctags.exe和emacs应用安装了etags.exescoop installer。无论我如何运行,总是会收到Permission denied错误输出。是否具有CMD用户或管理员权限(提升权限的东西)。

tomas@NUC8I7HVK D:\playground\c\milton\src
# ctags.exe .
.: Permission denied

$ C:\Users\tomas\scoop\apps\emacs\current\bin\ctags.exe .
.: Permission denied

这是使用的版本:

# ctags.exe -V
ctags (GNU Emacs 26.2)
Copyright (C) 2019 Free Software Foundation, Inc.
This program is distributed under the terms in ETAGS.README

我会说这是Windows 10,尽管我没有在线找到任何帮助。

windows-10 ctags exuberant-ctags scoop-installer
1个回答
0
投票

Windows 10 64位

您没有说标签文件生成失败。

“当etags构建标签文件时,您可能会看到类似“警告:无法打开源文件'...':拒绝权限”之类的消息。These warnings can be ignored。”

How to use ctags

© www.soinside.com 2019 - 2024. All rights reserved.