]> git.proxmox.com Git - cargo.git/commit
Auto merge of #8166 - kornelski:net-cli, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 4 May 2020 21:09:12 +0000 (21:09 +0000)
committerbors <bors@rust-lang.org>
Mon, 4 May 2020 21:09:12 +0000 (21:09 +0000)
commit893db8c63793b655178de14dd9d142b02e950cae
treeb39f3fe50ba0bbe4ffc0693e65ad7acce4460f25
parentc7eddc1ee99b63185112a17922ba5d71c05af244
parent4fd483507a3e1471635a178a0eeddb7752b301bb
Auto merge of #8166 - kornelski:net-cli, r=alexcrichton

Hint git-fetch-with-cli on git errors

Our team has struggled with making Cargo git dependencies work in CI, until learning about this setting.

Cargo doesn't have a dedicated system for error hints like `rustc`, so I've stuffed the hint into the error message.