我想在我的电脑上安装gradle:
我在https://gradle.org/install/
中找到
scoop install gradle
-Scoop是受Homebrew启发的Windows命令行安装程序。
因此,我必须首先安装独家新闻,我发现此命令:
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
必须在Windows Powershell上执行
修复代理身份验证后,我执行了上一个命令,然后再次重新执行它,显示一条消息:
Scoop is already installed. Run 'scoop update' to get the latest version.
我说,现在一切正常,让我们执行
scoop install gradle
但是我得到的是:scoop : Le terme «scoop» n'est pas reconnu comme nom d'applet de commande,
fonction, fichier de script ou programme
exécutable. Vérifiez l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que le chemin d'accès est correct
et réessayez.
Au caractère Ligne:1 : 1
+ scoop install gradle
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (scoop:String) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : CommandNotFoundException
真的,我被困住了,我不知道该怎么办
最佳答案
删除c:/ users / yourname / scoop文件夹,然后重试
关于gradle - 试图通过scoop命令安装gradle时被卡住,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/51061484/