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

[BUG]: PowerShell 7.4.6 安装错误 #380

Open
aiselp opened this issue Dec 5, 2024 · 2 comments
Open

[BUG]: PowerShell 7.4.6 安装错误 #380

aiselp opened this issue Dec 5, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@aiselp
Copy link

aiselp commented Dec 5, 2024

Version
The version you are currently using
vfox 0.6.0
OS
macOS、Linux、Windows
Windows11
Describe the bug
按照入门文档运行powerShell的配置命令后

if (-not (Test-Path -Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }; Add-Content -Path $PROFILE -Value 'Invoke-Expression "$(vfox activate pwsh)"'

创建新的终端将在以下界面卡住,无法运行任何命令
image

Screenshots[optional]
If applicable, add screenshots to help explain your problem.

@aiselp aiselp added the bug Something isn't working label Dec 5, 2024
@LordSyd
Copy link

LordSyd commented Dec 11, 2024

I have the same problem, hangs and never gives me a prompt
PS: I restarted my computer, which seemed to have solved it for #340, but not for me

@l061x
Copy link

l061x commented Jan 2, 2025

同样的问题,卡住无法运行任何命令
我在Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1中发现了两行Invoke-Expression "$(vfox activate pwsh)"
删除一行就不卡了

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