nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Support socks5 proxy #214

Closed leptonyu closed 1 year ago

leptonyu commented 1 year ago

Could you consider add socks5 proxy support?

➜  ~ cargo-install-update install-update --all
    Updating registry 'https://github.com/rust-lang/crates.io-index'
Failed to update index repository: unknown http scheme 'socks5'.
nabijaczleweli commented 1 year ago

What if you put net.git-fetch-with-cli = true in your ~/.cargo/config, p.a. to #163?

leptonyu commented 1 year ago

It works. Thanks!