You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo install --git uses the master branch by default. A better default would be to use the default remote branch (aka HEAD), which is typically master but more people have been setting to other names recently.
Problem
cargo install --git
uses themaster
branch by default. A better default would be to use the default remote branch (akaHEAD
), which is typicallymaster
but more people have been setting to other names recently.Steps
The output is:
Possible Solution(s)
Notes
Output of
cargo version
:The text was updated successfully, but these errors were encountered: