GitHub CLI 从特定版本下载特定文件

幽灵跳线

我尝试了多种方法来从特定版本下载特定文件,但它不起作用。


视窗版本:

gh version 1.6.2 (2021-02-23)
https://github.com/cli/cli/releases/tag/v1.6.2

gh release view updates-2021-02-21 -R knah/VRCMods 返回:

updates-2021-02-21
knah released this about 11 days ago

  Refer to README for more info. New mod: True Shader Anticrash Changes:

  • Lag Free Screenshots - a bunch of different speedups, now uses less CPU too
  to encode screenshots
  • UI Expansion Kit - fix lags when toggling settings in some cases, add
  ability to update dropdown-styled settings, make modified ML check a bit more
  reliable
  • IKTweaks - fix crashes on some uncommon tracking setups
  • IKTweaks - potentially fixed some object disposed exceptions
  • Advanced Safety - add simple particle limiter
  • Advanced Safety - fix some audio effect being unnecessarily removed
  • Advanced Safety - reduce ugly stretching if skinned mesh bones are removed
  • View Point Tweaks - added forward compatibility with VRC beta update

  USE IT AT YOUR OWN RISK. Modding the client is against VRChat ToS. I am not
  responsible for any bans or other punishments you may get by using these
  mods!


Assets
AdvancedSafety.dll       38.50 KiB
IKTweaks.dll             122.50 KiB
LagFreeScreenshots.dll   18.50 KiB
TrueShaderAntiCrash.dll  158.00 KiB
UIExpansionKit.dll       264.50 KiB
ViewPointTweaker.dll     13.50 KiB

View on GitHub: https://github.com/knah/VRCMods/releases/tag/updates-2021-02-21

gh release download updates-2021-02-21 -R knah/VRCMods 下载此提交中的所有文件。




以下请求会导致返回: no assets match the file pattern

  • gh release download -p 'UIExpansionKit.dll' updates-2021-02-21 -R knah/VRCMods
  • gh release download updates-2021-02-21 -p 'UIExpansionKit.dll' -R knah/VRCMods
  • gh release download updates-2021-02-21 -R knah/VRCMods -p 'UIExpansionKit.dll'

问题:有没有办法让这个工作?

幽灵跳线

@bk2204 感谢您的提问。

解决问题的是使用我安装的任何其他外壳:

  • PowerShell
  • git bash

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章