问题描述
我正在尝试在Macbook上安装vNext,但是当我运行source kvm.sh
时,终端就会挂起.
I'm trying to install vNext on my Macbook but when I run source kvm.sh
the terminal just hangs.
我的设置:
- OSX 10.9.5(小牛)
- 单声道3.10.0
我的问题:
我遵循了从GitHub存储库在OS X上安装vNext的说明:
https://github.com/aspnet/Home
My problem:
I followed the instructions for installing vNext on OS X from the GitHub repo:
https://github.com/aspnet/Home
本质上:
- 自酿水龙头aspnet/k
- 酿造kvm
- 源kvm.sh
一切似乎一切正常,直到我运行source kvm.sh
的步骤为止,该步骤使终端挂起并显示消息" [处理完成] ".
Everything seems to go fine until the step where I run source kvm.sh
, which hangs the terminal with a message "[Process completed]".
在〜/.zshrc文件中添加source kvm.sh
将启动终端,并在运行后立即将其挂起.
Adding source kvm.sh
to ~/.zshrc file starts the terminal and immediately hangs it once that runs.
我尝试过的事情:
我卸载了kvm(brew uninstall kvm
)和aspnet/k(brew untap aspnet/k
),并删除了目录~/.kre
,然后尝试再次重新安装所有目录.
What I've tried:
I uninstalled kvm (brew uninstall kvm
) and aspnet/k (brew untap aspnet/k
) and deleted the directory ~/.kre
, then tried reinstalling it all again.
没有运气.
有什么想法吗?这是屏幕截图:
推荐答案
根据 https://github.com/aspnet/kvm/issues/83 ,您可以将kvm.sh
文件替换为dev分支中的版本,该版本可在 https://github.com/aspnet/kvm/blob/dev/src/kvm.sh ,并且zsh应该很高兴之后.
according to https://github.com/aspnet/kvm/issues/83 , you can replace the kvm.sh
file with the version from dev branch, which can be found under https://github.com/aspnet/kvm/blob/dev/src/kvm.sh , and zsh should be happy with it afterwards.
为我工作.
这篇关于在运行"source kvm.sh"后,OS X Terminal挂起安装vNext KVM的操作.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!