Closed
Description
It seems that Cargo can only use .gitconfig
for username & password when they are needed to fetch a dependency from Git repo.
To repeat, make a fresh crate and make a dependency to my repo:
[dependencies.a]
git = "https://git.assembla.com/a-test.git"
version = "0.1.*"
Cargo version cargo 0.0.1-pre-nightly (9404539 2015-02-09 20:54:26 +0000)