You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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 setgit-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.The text was updated successfully, but these errors were encountered: