Github - 如何下载可执行文件?

Github - how do I download the executable?

如何从 github 项目下载编译后的文件。

例如,我试图下载 sandboxie 并被带到这里我设法下载了 zip,但 zip 中没有 exe:

https://github.com/sandboxie/sandboxie (1)

然后通过google搜索安装包,通过https://m.majorgeeks.com/files/details/sandboxie.html成功下载编译好的exe。检查 exe 的 link 位置,它指向这里:

https://github-releases.githubusercontent.com/254327261/440a6e00-7d97-11eb-9289-9e5f62cb44fe?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210323%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210323T060753Z&X-Amz-Expires=300&X-Amz-Signature=c3092c5eac115a0cb9ccfe5beafc58d8fdac12288c19adba380de01dc58e95b2&X-Amz-SignedHeaders=host&actor_id=81162979&key_id=0&repo_id=254327261&response-content-disposition=attachment%3B%20filename%3DSandboxie-Classic-x64-v5.49.0.exe&response-content-type=application%2Foctet-stream (2)

如何从 (1)(2) 而不必为编译后的文件 google。在 github 中是否有我必须去的位置,或者我是否有 运行 一些命令?我也不熟悉从源文件编译 exe。

实际上你不能get from (1) to (2)因为它们不是同一个存储库。

这是第二个 link 来自 repository if you go to Releases section releases 的存储库,您将在资产中找到下载 link。

为确保这与第二个 link 中的存储库相同,您会发现 repo_id=254327261 并且它与我在上面给您的 link 中的存储库 ID 相同