获取Github上编译二进制文件的链接 [英] Getting a link to a Compiled Binary on Github

查看:91
本文介绍了获取Github上编译二进制文件的链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在Github上包含一个编译好的二进制文件的链接?

您可以链接到一个特定的文件GitHub repo使用URL http://github.com/<username>/<project>/blob/<branch>/<path/to/file> 。因此,如果您追踪编译后的二进制文件,可以通过这种方式链接到它。



否则,您可以将编译后的二进制文件上传到项目的下载页面,并分发该URL。

How do you include a link to a compiled binary on Github?

解决方案

You can link to a specific file in a GitHub repo using the URL http://github.com/<username>/<project>/blob/<branch>/<path/to/file>. So if you track your compiled binary, you can link to it that way.

Otherwise, you can upload the compiled binary to your project's download page, and distribute that URL.

这篇关于获取Github上编译二进制文件的链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆