无法使用 Scoop 将 Windows 上的 GitHub CLI 更新到版本 1.5.0

Unable to update GitHub CLI on Windows to version 1.5.0 using Scoop

今天早些时候,我在我的 windows 10 机器上安装了 GitHub CLI 包,同时我正在写一篇关于如何在 [=20= 上安装和配置 GitHub CLI 的文章].为此,我安装了 Scoop and use it with running scoop install gh to install the CLI. two hours later GitHub released CLI version of 1.5.0。我现在正在尝试使用 scoop 运行 scoop update gh 更新我的 gh 版本,但是 Windows PowerShell 中的输出显示它已经更新并将版本 1.4.0 作为最后一个版本。

Updating 'main' bucket...
Checking repo... ok
The main bucket was added successfully.
Scoop was updated successfully!
gh: 1.4.0 (latest version)
Latest versions for all apps are installed! For more information try 'scoop status'

我很感激任何关于如何使用 scoop 更新包的见解 GitHub CLI。

第二天我试过了,它成功了。 运行 scoop gh update 本身的输出消息提供的答案是:

scoop run it's sniffing process over a large number of libraries, and that's the reason for the delay before it update it's references. It refers to period of time between event occurrence and data availability, the Data Freshness rate could be daily or Time Zone related for the scoop platform.

我在这里提供输出:

 scoop update gh                                                                                       Updating Scoop...                                                                                                       Updating 'main' bucket...
 * 021a07f95 vim-nightly: Update to version 8.2.2389                     4 hours ago
 * 8460e4a56 gh: Update to version 1.5.0                                 4 hours ago
 * 3d17708f1 doctl: Update to version 1.55.0                             4 hours ago
 * 0129735ec azure-functions-core-tools: Update to version 3.0.3245      4 hours ago
 * c796dbc39 argocd: Update to version 1.8.3                             4 hours ago
 * 3784173a5 pulumi: Update to version 2.18.1                            9 hours ago
 * 1e550f204 aws: Update to version 2.1.21                               11 hours ago
 * 41d6beb5e heroku-cli: Update to version 7.47.10                       12 hours ago
Scoop was updated successfully!
gh: 1.4.0 -> 1.5.0
Updating one outdated app:
Updating 'gh' (1.4.0 -> 1.5.0)
Downloading new version
gh_1.5.0_windows_amd64.zip (5.6 MB) [=========================================================================] 100%
Checking hash of gh_1.5.0_windows_amd64.zip ... ok.
Uninstalling 'gh' (1.4.0)
Removing shim for 'gh'.
Unlinking ~\scoop\apps\gh\current
Installing 'gh' (1.5.0) [64bit]
Loading gh_1.5.0_windows_amd64.zip from cache
Extracting gh_1.5.0_windows_amd64.zip ... done.
Linking ~\scoop\apps\gh\current => ~\scoop\apps\gh.5.0
Creating shim for 'gh'.
'gh' (1.5.0) was installed successfully!