kkzzhizhou / scoop-zapps

自用Scoop仓库,使用Github Action自动更新
MIT License
82 stars 21 forks source link

Error in installing xshell and xftp #44

Closed mrchang2017 closed 2 years ago

mrchang2017 commented 2 years ago
Linking ~\scoop\apps\xshell\current => ~\scoop\apps\xshell\6.0.0204
Creating shortcut for Xshell (Xshell.exe)
Running post-install script...
find_manifest : 无法将“find_manifest”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路
径,请确保路径正确,然后再试一次。
所在位置 行:1 字符: 18
+ $null, $bucket = find_manifest($app)
+                  ~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (find_manifest:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

不能正确安装xshell和xftp

Kelfvin commented 2 years ago

我也是,安装不了

kkzzhizhou commented 2 years ago

我这边测试并没有问题,可以检查下scoop是否安装完整,find_manifest是scoop提供的方法。 scoop -v Current Scoop version: v0.2.4 - Released at 2022-08-08

asdasdqqq commented 1 year ago
> find_manifest : 无法将“find_manifest”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。 所在位置 行:1 字符: 18
> 
> * $null, $bucket = find_manifest($app)

同样遇到该问题

mrchang2017 commented 1 year ago

我这边测试并没有问题,可以检查下scoop是否安装完整,find_manifest是scoop提供的方法。 scoop -v Current Scoop version: v0.2.4 - Released at 2022-08-08

应该是没有这方法了,另外我测试过,把这个find_manifest函数移除即可正常运行。