简体   繁体   中英

Upload Source Package to GitHub Release with Command Line

I have a large source package (tar.gz) that I would like to upload a GitHub repository as a new release.

I'm familiar with SourceForge's rysnc capability, but was wondering if it is possible to use the command line to upload source packages to a GitHub repository's release?

It takes a very long time to transfer the files using a web browser. What are my options, googling did not return much.

The first link should answer your question on "command line to upload source packages to a GitHub repository's release"

https://stackoverflow.com/a/9951817/6491187

direct link on github. https://github.com/blog/1547-release-your-software

You could use curl to do it easily like described in this post:

https://developer.github.com/changes/2013-09-25-releases-api/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM