Skip to content

Instantly share code, notes, and snippets.

@MeexReay
Last active June 15, 2025 23:00
Show Gist options
  • Save MeexReay/6ff9e15ffa0da82fc3de6794fba01dcf to your computer and use it in GitHub Desktop.
Save MeexReay/6ff9e15ffa0da82fc3de6794fba01dcf to your computer and use it in GitHub Desktop.
my cargo config that fixes all network troubles (.cargo/config.toml)
[net]
git-fetch-with-cli = true
[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"
[http]
proxy = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment