weiby3

Results 7 comments of weiby3

I try `git clone` and `curl https://github.com/rust-lang` and they works fine. On my computer github.com can be accessed successfully, I have search the firewall and there aren't any block rule...

Sorry for late response. I have tried to disable firewall and anti-virus software, but it still has this problem. Is it possible to expose the download directory filename and/or commands?...

I have tried in cmd.exe and got the same problem. Windows 7 doesn't have WSL, so I can't try. Powershell also not work.

If I try to run cargo via a proxy, it can "Updating registry `https://github.com/rust-lang/crates.io-index`", but it will get the following output: ``` $ https_proxy=socks5://127.0.0.1:1080 cargo run --verbose Downloading winapi-x86_64-pc-windows-gnu v0.4.0...

The project comes from a tutorial. The following is `Cargo.toml`. ```toml [package] name = "guessing_game" version = "0.1.0" authors = ["account"] [dependencies] rand = "0.3.14" ```

我也遇到了,后面发现完成了成就才意识到的,估计他也一样

没有相关经验的话,看部署教程确实不知道该怎么部署,我就折腾了几个小时都不行