vfox
vfox copied to clipboard
[BUG]: PowerShell 7.4.6 安装错误
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)"'
创建新的终端将在以下界面卡住,无法运行任何命令
Screenshots[optional] If applicable, add screenshots to help explain your problem.
I have the same problem, hangs and never gives me a prompt PS: I restarted my computer, which seemed to have solved it for https://github.com/version-fox/vfox/issues/340, but not for me
同样的问题,卡住无法运行任何命令
我在Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1中发现了两行Invoke-Expression "$(vfox activate pwsh)"
删除一行就不卡了