Skip to content
New issue

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

windows 安装报错 #130

Open
SuSuSoo opened this issue Feb 8, 2024 · 2 comments
Open

windows 安装报错 #130

SuSuSoo opened this issue Feb 8, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@SuSuSoo
Copy link

SuSuSoo commented Feb 8, 2024

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
@SuSuSoo SuSuSoo added the bug Something isn't working label Feb 8, 2024
@voidint
Copy link
Owner

voidint commented Feb 8, 2024

@akayj 帮忙看下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants