Skip to content
Discussion options

You must be logged in to vote

What is displayed if you add -vv (or more) to the command? This should help confirm what exactly is run. From what you show here however, it really looks like --git is already passed: there is a Git clone in there.

From the shown logs as well, it seems like you are using cargo-binstall. It is used by default whenever it is available. Can you try explicitly disabling it? You can do that either globally by setting [defaults.ship] binstall = "never" or locally by adding binstall = "never" to the concerned package's configuration entry.

What I suspect for now is that:

  • --git is actually passed to cargo-binstall that starts performing as expected: INFO Cloning with worktree::receiving pack;
  • bu…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@PaulDance
Comment options

Answer selected by PaulDance
@luctius
Comment options

@PaulDance
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants