Skip to content

Will Cargo prompt for username & password when fetching Git repo? #1306

Closed
@bombless

Description

@bombless

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-gitArea: anything dealing with git

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions