提问人:Claudio Barca 提问时间:11/13/2023 更新时间:11/13/2023 访问量:17
Hound 代码搜索引擎 - 索引 windows 本地文件夹
Hound code search engine - index windows local folder
问:
我的目标是在我的 win 11 本地系统上搜索代码片段到一个巨大的文件夹中。
根据文档,我应该用于索引本地文件夹。vcs : local
"repos" : {
"DockerTest" : {
"url" : "https://github.com/my-user/docker-test.git"
},
"QuickStart" : {
"url" : "https://github.com/my-user/start.git"
},
"LocalRepo" : {
"url" : "file:///d/Weblabs/nodejs",
"vcs" : "local"
"url-pattern" : {
"base-url" : "{url}/{path}"
},
"vcs-config" : {
"watch-changes" : true,
"ignored-files" : []
}
}
}
但它是错误的
symlink Monorepo /data/data/vcs-95d90285ecfae3aca71e8884dcdd8f9398869ea6: file exists```
I have tried also to remove data folder, the git repositories are indexed, not the local folder.
Any suggestion please ?
答: 暂无答案
上一个:在php中检测字符串中的字母组合
评论