🪟Windowsでcargo-editを使うときに出るfatalを出なくする2021/11/21に公開RustWindowscargotech この記事は Windowsでcargo addやcargo upgradeなどのcargo-editを使うと fatal: couldn't find remote ref refs/heads/HEAD が出る場合の対処法です。 対処法 以下のコマンドでcargo-editをインストールします。 cargo install cargo-edit --features "vendored-libgit2" 参考 https://github.com/killercup/cargo-edit/issues/442 Discussion
Discussion