Examples for how to find the URL for your remote Git repositories
Published 17 January 2025
If you are using Azure DevOps (hosted)
- Access your Azure DevOps organizations through the My Azure DevOps Organizations link on the Azure Portal.
- Select the Organization that your team member created the project in by clicking on it.
- Click Repos on the left and then copy the repositories URL. (There are many other ways to clone a repo using other VCS clients or the Clone in VS Code button if you have that installed.)
If you are using GitHub
- Navigate to your GitHub repository and click the green Code button to copy the repository URL.