version-fox / version-fox/vfox

[BUG]: PowerShell 7.4.6 安装错误

Open
#380 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Go
Stars
4k
Forks
157
Avg merge
1h 3m
Merged PRs (30d)
5

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the PowerShell setup command shown in the beginner documentation and reproduce the issue on Windows 11 with vfox 0.6.0. Inspect the PowerShell profile initialization triggered by vfox activate pwsh; done means opening a new terminal no longer hangs and commands can run normally.

Written by the indexing model from the issue text.

Assessment

Tech stack
powershell
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.