Azure DevOps Git Clone Task
Budget: $30 – $250 USD
Hi i have 2 repos.
repo1: https://myOrganization.visualstudio.com/Project1/repo1
repo2:https://myOrganization.visualstudio.com/Project2/repo3
i want to fetch from repo1 the repo2. (please noticed is the same organization `myOrganization`) but different project level.
now i'm facing this issue:
remote: TF401019: The Git repository with name or identifier repo3 does not exist or you do not have permissions for the operation you are attempting.
fatal: repository 'repo3' not found
* things to notice: i'm using a docker container inside a private VM.
I tried a lot of crazy things like "adding a collection, a group, repository - security - Read permissions" and disabled the 3 options like "Protect access to repositories in YAML pipelines". but nothing of that worked.
repo1: https://myOrganization.visualstudio.com/Project1/repo1
repo2:https://myOrganization.visualstudio.com/Project2/repo3
i want to fetch from repo1 the repo2. (please noticed is the same organization `myOrganization`) but different project level.
now i'm facing this issue:
remote: TF401019: The Git repository with name or identifier repo3 does not exist or you do not have permissions for the operation you are attempting.
fatal: repository 'repo3' not found
* things to notice: i'm using a docker container inside a private VM.
I tried a lot of crazy things like "adding a collection, a group, repository - security - Read permissions" and disabled the 3 options like "Protect access to repositories in YAML pipelines". but nothing of that worked.