Jimmy
Jimmy

Reputation: 113

get error when downloading the chromium src code

I try to download the chromium source code and compile it on my mac. According to the instructions:

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

I did everything before:

$ fetch chromium

but when I try to download the chromium, it gives the error:

fetch chromium: Get chromium: unsupported protocol scheme ""

Any ideas, why?

Upvotes: 0

Views: 126

Answers (1)

Jimmy
Jimmy

Reputation: 113

ok, I think what happens is someother command override the fetch command. I'm not really sure. But since it is an executable command, I just use the absolute path of the fetch file to run it and it works.

Upvotes: 0

Related Questions