Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homebrew is not able to install multirust on Mac #19

Closed
lucifer662607004 opened this issue Jan 14, 2020 · 1 comment
Closed

Homebrew is not able to install multirust on Mac #19

lucifer662607004 opened this issue Jan 14, 2020 · 1 comment

Comments

@lucifer662607004
Copy link

There is no such dependency on home-brew( or it has been removed):

brew info multirust
Error: No available formula with the name "multirust"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.

When I tried to build multirust from source it failed on fetching one of its submodule:

git clone --depth=1 https://github.com/brson/multirust && cd multirust
...
git submodule update --init --recursive
fatal: not a git repository (or any of the parent directories): .git
newrock@ZhaodeMac-mini GitProject % cd multirust
newrock@ZhaodeMac-mini multirust % git submodule update --init --recursive
error: Server does not allow request for unadvertised object aa5ffc99caf4864b2928bc5d5be37c483ab0eba0
Fetched in submodule path 'src/rustup', but it did not contain aa5ffc99caf4864b2928bc5d5be37c483ab0eba0. Direct fetching of that commit failed.

And the README says it has migrated to rustup.rs

Any ideas to make it work? Thanks in advance.

@franziskuskiefer
Copy link

The documentation on this is unfortunately pretty outdated. You don't need multirust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants