From 8b85099fc85d884016e28639210705813e42c11e Mon Sep 17 00:00:00 2001 From: losfair Date: Wed, 20 Mar 2019 01:33:23 +0800 Subject: [PATCH] Unset global git redirection. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52d22736c..f2616d0d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ jobs: - run: name: Install lint deps command: | + git config --global --unset url."ssh://git@github.com".insteadOf || true rustup toolchain install nightly rustup component add rustfmt rustup component add clippy --toolchain=nightly || cargo +nightly install --git https://github.com/rust-lang/rust-clippy/ --force clippy