1 # git.lucas.co is static hosting, so it speaks git's dumb HTTP protocol only. 2 # Cargo's built-in git client tries smart HTTP first and fails on the response 3 # content-type; the git CLI handles dumb HTTP the same way `git clone` does. 4 # Needed by anyone building this crate on its own, so it is committed here 5 # rather than left to the installing machine's environment. 6 [net] 7 git-fetch-with-cli = true