windows下安装GVM

1. 安装配置GIT

2. clone GVM

    git clone https://github.com/flofreud/posh-gvm

3. 以管理员身份运行PowerShell,设置脚本执行权限

    Set-ExecutionPolicy RemoteSigned

4. 导入GVM模块

    import-module '%GVM下载路径%\posh-gvm\posh-gvm.psm1'

到此安装结束,如果想要安装sth.,可以直接命令 gvm install springboot

你可能感兴趣的:(工具)