Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement]: CargoAuthenticate should set git-fetch-with-cli #19473

Open
dpaoliello opened this issue Jan 25, 2024 · 4 comments
Open

[enhancement]: CargoAuthenticate should set git-fetch-with-cli #19473

dpaoliello opened this issue Jan 25, 2024 · 4 comments

Comments

@dpaoliello
Copy link

Task name

No response

Describe your feature request here

Issue:
If you have a Git dependency to a ADO Git Repo within the same organization, then using the CargoAuthenticate task doesn't allow Cargo to pull that repo.

Possible Fix:
The CargoAuthenticate task should set git-fetch-with-cli (https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli) to true. This will instruct Cargo to use the git CLI instead of libgit to pull the Git dependency, which will use the pre-existing credentials stored in Git to authenticate.

Copy link

This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

@github-actions github-actions bot added the stale label Jul 23, 2024
@dpaoliello
Copy link
Author

Still not fixed...

@github-actions github-actions bot removed the stale label Jul 26, 2024
Copy link

This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

@github-actions github-actions bot added the stale label Jan 22, 2025
@dpaoliello
Copy link
Author

Still not fixed...

@github-actions github-actions bot removed the stale label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant