g
g copied to clipboard
windows 安装报错
PS C:\Users\Bagayal> iwr https://raw.githubusercontent.com/voidint/g/master/install.ps1 -useb | iex
iex : 所在位置 行:9 字符: 30
+ $base_dir = $base_dir -eq "" ? ($env:G_HOME ? $env:G_HOME : "$HOME\.g ...
+ ~
表达式或语句中包含意外的标记“?”。
所在位置 行:9 字符: 45
+ $base_dir = $base_dir -eq "" ? ($env:G_HOME ? $env:G_HOME : "$HOME\.g ...
+ ~
表达式或语句中包含意外的标记“?”。
所在位置 行:9 字符: 44
+ $base_dir = $base_dir -eq "" ? ($env:G_HOME ? $env:G_HOME : "$HOME\.g ...
+ ~
表达式中缺少右“)”。
所在位置 行:9 字符: 71
+ ... = $base_dir -eq "" ? ($env:G_HOME ? $env:G_HOME : "$HOME\.g") : $base ...
+ ~
表达式或语句中包含意外的标记“)”。
所在位置 行:1 字符: 76
+ ... ://raw.githubusercontent.com/voidint/g/master/install.ps1 -useb | iex
+ ~~~
+ CategoryInfo : ParserError: (:) [Invoke-Expression], ParseException
+ FullyQualifiedErrorId : UnexpectedToken,Microsoft.PowerShell.Commands.InvokeExpressionCommand
@akayj 帮忙看下
三元运算符在powershell 7中引入 https://learn.microsoft.com/zh-cn/powershell/module/microsoft.powershell.core/about/about_if?view=powershell-7.4 我的默认5.1 会报这个错误 更新方法: https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4#winget