Is there anyway to programmatically fetch a zipball of private github repo?
问题 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/master ). But what about private repos? Not exactly obvious how to do it even having oAuth token. 回答1: New Alternative Because the given accepted answer does not work anymore, I thought I would explain how I was able to do it with the new changes in the github API. The new Download Api Link First, I found information about