下载chromium src代码时出错

get error when downloading the chromium src code

我尝试下载 Chromium 源代码并在我的 mac 上编译它。 根据说明:

https://chromium.googlesource.com/chromium/src/+/master/docs/mac_build_instructions.md

我之前都做了:

$ fetch chromium

但是当我尝试下载 chromium 时,出现错误:

fetch chromium: Get chromium: unsupported protocol scheme ""

有什么想法,为什么?

好的,我想发生的事情是其他命令覆盖了获取命令。我不太确定。但由于它是一个可执行命令,我只是使用获取文件的绝对路径 运行 它并且它有效。