使用默认终端在MacOSX 10.13.3上运行。当我尝试使用grep命令时,我将其作为输出接收。无论。我更改了目录,选项,甚至grep单独返回了相同的内容。它返回:
grep: conflicting matchers specified
Run Code Online (Sandbox Code Playgroud)
最近,我在Homebrew上安装了一些新的命令行工具,并相信我brew install grep正在尝试在计算机上获取正式的linux版本。这是我能想到的唯一改变。
这是痕迹。如您所见,grep命令成功运行,但是输出是错误消息而不是结果:
命令
grep -l 'this' *.txt
Run Code Online (Sandbox Code Playgroud)
跟踪
+ grep -GFh -l this ga_users.txt montecitovt_apache_logs-2018-02-09_21-58-40.txt tag_manager_more_than_one_ga_account.txt urls_in_sitemap.txt
grep: conflicting matchers specified
++ update_terminal_cwd
++ local url_path=
++ local i ch hexch LC_CTYPE=C LC_ALL=
...
[REDACTED]
Run Code Online (Sandbox Code Playgroud) 试图让 Google Cloud Storage 在我的应用程序上运行。我成功地将图像保存到存储桶,但在尝试检索图像时,收到此错误:
GCS Storage (615.3ms) Generated URL for file at key: 9A95rZATRKNpGbMNDbu7RqJx ()
Completed 500 Internal Server Error in 618ms (ActiveRecord: 0.2ms)
Google::Cloud::Storage::SignedUrlUnavailable (Google::Cloud::Storage::SignedUrlUnavailable):
Run Code Online (Sandbox Code Playgroud)
知道发生了什么吗?我在他们的文档中找不到这个错误的解释。