We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
@akayj 帮忙看下
Sorry, something went wrong.
三元运算符在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
voidint
No branches or pull requests
The text was updated successfully, but these errors were encountered: