当前位置:   article > 正文

powershell使用git

powershell使用git

前提:已经安装了git
前言:由于安装了git后,默认的git只能在它所在目录下使用git,非常不方便,所以我们使用以下软件包,达到可以在任何目录下使用Git
软件下载:https://github.com/1stPeak/posh-git-master

Win+x -> 运行Powershell(管理员)。Powershell默认不支持运行脚本,需要首先执行指令
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm
弹出提示框,输入“Y”确认

cd切换目录为posh-git-master解压目录,执行安装脚本
.\install.ps1
之后即可在任一目录下使用git
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/不正经/article/detail/393851
推荐阅读
相关标签
  

闽ICP备14008679号