version-fox / version-fox/vfox
[BUG]: PowerShell 7.4.6 安装错误
Open
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)"'
创建新的终端将在以下界面卡住,无法运行任何命令
Screenshots[optional]
If applicable, add screenshots to help explain your problem.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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