mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #635] cargo instuctions not working #940
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#940
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kb3ien on GitHub (May 23, 2024).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/635
cargo install --git https://github.com/asciinema/asciinema
results in
error: failed to find branch
masterCaused by:
cannot locate remote-tracking branch 'origin/master'; class=Reference (4); code=NotFound (-3)
@ku1ik commented on GitHub (May 23, 2024):
What version of cargo do you have?
@kb3ien commented on GitHub (May 24, 2024):
cargo 1.46.0
ii cargo 0.47.0-3+b1 amd64 Rust package manager
@ku1ik commented on GitHub (May 24, 2024):
You need at least Rust 1.70 (both Rust compiler and Cargo), as mentioned in the Building section of the README.