github的一些小技巧
Easul Lv6

github release直链下载

折叠代码块BASH 复制代码
1
2
3
4
5
# 样式如下
# 这样可以忽略 release 的版本号,每次都下载某架构下最新的包。
# 但如果包命名带有版本号,则需特殊处理了
# https://github.com/cloudreve/Cloudreve/releases/download/3.8.3/cloudreve_3.8.3_linux_armv7.tar.gz
wget https://github.com/hsernos/Txray/releases/latest/download/Txray-freebsd-arm64.zip

codespace

查看剩余核心时

先进入 该链接,然后拉到下边的如下位置。
image
点击 Codespaces > View details 即可查看所有使用的核心时。
也可以从该链接直接跳转

退出codespace

折叠代码块BASH 复制代码
1
2
3
4
5
# 查看都有那几个codespace
gh codespace list
# 停止codespace
# -R 可设置 REPOSITORY
gh codespace stop -R "NAME/REPOSITORY"
 评论
来发评论吧~
Powered By Valine
v1.5.2