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.lock should not be in the repository, as it is an auto- and locally-generated file using cargo build. Cargo.toml: the name property should be "trek" and not "rust".
The text was updated successfully, but these errors were encountered:
I tried to set-upstream branch "Issue918-Super_Star_Trek-rust" but I was told I don't have permission to create a remote branch. May I do this so I can create a pull request to fix this issue?
I tried to set-upstream branch "Issue918-Super_Star_Trek-rust" but I was told I don't have permission to create a remote branch. May I do this so I can create a pull request to fix this issue?
just fork the repo and do your changes there, no reason to give you write access to the repo for such a simple change
also also, in general there's no reason not to include the cargo.toml, quoting the rust book "When in doubt, check Cargo.lock into the version control system"
Cargo.lock should not be in the repository, as it is an auto- and locally-generated file using
cargo build
. Cargo.toml: the name property should be "trek" and not "rust".The text was updated successfully, but these errors were encountered: