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
I'm using hide.me VPN and binstall is not working when the VPN is active:
ERROR Fatal error:
× For crate cargo-binstall: could not GET https://index.crates.io/config.json: error sending request
│ for url (https://index.crates.io/config.json)
├─▶ could not GET https://index.crates.io/config.json: error sending request for url (https://
│ index.crates.io/config.json)
├─▶ error sending request for url (https://index.crates.io/config.json)
├─▶ client error (Connect)
├─▶ dns error: io error: Error parsing resolv.conf: directive at line 0 is not recognized
╰─▶ io error: Error parsing resolv.conf: directive at line 0 is not recognized
As indicated, the line 0 of resolv.conf contains the line timeout 1 which seems to be the cause of the error, as it works when I comment out that line.
The text was updated successfully, but these errors were encountered:
you could try building cargo-binstall without hickory-dns, I believe this is a bug related to hickory-dns, can you please open an issue in hickory-dns?
I'm using hide.me VPN and binstall is not working when the VPN is active:
As indicated, the line 0 of
resolv.conf
contains the linetimeout 1
which seems to be the cause of the error, as it works when I comment out that line.The text was updated successfully, but these errors were encountered: