【发布时间】:2013-03-02 17:31:18
【问题描述】:
我看到 GitHub 存储库的下载路径格式为
https://github.com/{username}/{reponame}/archive/{branchname}.zip
对于私有 repo,可以理解的是,您需要提供凭据才能下载 repo,谁能提供 C# 示例说明如何提供 HTTPS 基本身份验证,以便我可以通过编程方式下载 repo?
谢谢,
【问题讨论】:
标签: c# .net authentication github https