C# example of downloading GitHub private repo programmatically

前端 未结 4 1121
广开言路
广开言路 2020-12-16 17:10

I see that the download path for a GitHub repo is of the form

https://github.com/{username}/{reponame}/archive/{branchname}.zip

For a priva

4条回答
  •  借酒劲吻你
    2020-12-16 18:04

    I'm looking into the Okctokit.Net currently. Give it a shot. NuGet: Install-Package Octokit

提交回复
热议问题