1

Pro Git安装 Git 文章说:

如果可以的话,从源代码安装 Git 通常很有用...

Phil Haack在 Posh-Git 上的博文说:

一旦你加载了 Posh-Git,你的 PowerShell 窗口就会亮起额外的...

Posh-Git 存储库安装说明提供了高级安装说明。

这三个链接一起提供了在本地设置和使用 Git 的高级地图,但不赘述。

所以,我们想要的是安装 Git、安装 Posh-Git 和加载 Posh 的分步指南。

4

1 回答 1

2

查看https://github.com/msysgit/msysgit以构建适用于 Windows 的 Git。(无论如何,我从来没有在 Windows 上构建过 Git,也不认为自己错过了。)

构建(或安装) Git 后:

  1. 将位置添加git.exe到您的%PATH%
  2. 将 posh-git 克隆到您选择的目录
  3. 运行 posh-git'sinstall.ps1在你的$PROFILE
于 2013-06-28T02:05:52.913 回答