From 61e46e7ba98cbbc68dd6fb4374cf1ed7f4cee911 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Wed, 5 Aug 2020 00:34:51 +0000 Subject: [PATCH] fix cargo and git@github config clash --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..c91c3f3 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[net] +git-fetch-with-cli = true