Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在github repo代码中搜索带前导符号和的字符串_Github_Search - Fatal编程技术网

如何在github repo代码中搜索带前导符号和的字符串

如何在github repo代码中搜索带前导符号和的字符串,github,search,Github,Search,字符串“@cuda”可能在特定的repo中出现数百次 我尝试使用以下搜索框进行搜索: MWE#1(在回购代码中搜索字符串“@cuda”): https://github.com/JuliaGPU/CUDA.jl/search?q=%40cuda&unscoped_q=%40cuda 信息: 我们无法执行此搜索 搜索源代码时需要搜索文本。不允许只使用限定符的搜索。你在找别的东西吗 MWE#2(在回购代码中搜索字符串“\@cuda”)可能需要转义“@” https://github.com/Jul

字符串“@cuda”可能在特定的repo中出现数百次

我尝试使用以下搜索框进行搜索:

MWE#1(在回购代码中搜索字符串“@cuda”):

https://github.com/JuliaGPU/CUDA.jl/search?q=%40cuda&unscoped_q=%40cuda

信息:

我们无法执行此搜索 搜索源代码时需要搜索文本。不允许只使用限定符的搜索。你在找别的东西吗

MWE#2(在回购代码中搜索字符串“\@cuda”)可能需要转义“@”

https://github.com/JuliaGPU/CUDA.jl/search?q=%5C%40cuda&unscoped_q=%5C%40cuda

信息:

我们无法执行此搜索 搜索源代码时需要搜索文本。不允许只使用限定符的搜索。你在找别的东西吗?

有用吗?你可以使用git,这有用吗?您可以使用git。