microsoft / azure-devops-dotnet-samples

.NET/C# samples for integrating with Azure DevOps Services and Azure DevOps Server
https://docs.microsoft.com/azure/devops/integrate
MIT License
522 stars 519 forks source link

Request sample clone with VssConnection #72

Closed Dennis-Smurf closed 7 years ago

Dennis-Smurf commented 7 years ago

Can you give me an example how to clone a repository with VssClientCredentials? I'v already found how to download a zip file of a repository, but cannot find the clone option.

vtbassmatt commented 7 years ago

Thanks for opening an issue.

Clone is a Git protocol operation that doesn't map nicely to REST, and we don't have a REST controller for it. Clone (and other Git operations) are better suited to something like libgit2.