Is there anyway to programmatically fetch a zipball of private github repo?

后端 未结 5 419
伪装坚强ぢ
伪装坚强ぢ 2020-12-24 06:10

We got a necessity to fetch a zipball of a private repo. For public ones it\'s pretty easy either through GitHub API or manually (https://github.com/user/repo/zipball/ma

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-24 06:49

    You can use Basic Authentication or Token based method. See https://help.github.com/articles/downloading-files-from-the-command-line for more details.

提交回复
热议问题