如何在 Mac OS X 上运行 Mercurial (hg)

如何在 Mac OS X 上运行 Mercurial (hg)

我想在 Mac OS X 上使用 hg 检出存储库。

我收到此错误:

$ hg clone -r release https://go.googlecode.com/hg/ $GOROOT
abort: Python support for SSL and HTTPS is not installed

我检查了我的 hg 和 python 的位置,但我忘记了如何在我的电脑上安装 hg 和 python。

$ which hg
/opt/local/bin/hg
$ which python
/usr/bin/python

你能告诉我如何解决我的问题吗?

答案1

尝试在你的终端中运行这个:

sudo port install py25-socket-ssl

另外,请确保您拥有最新版本的 mercurial 和 Python。

答案2

不要使用 MacPorts 或 Fink 安装系统中已有或通常构建起来并不特别困难的东西。Apple 的 Python 和 Ruby 安装具有非常特殊的结构,而包管理器往往会破坏这种结构。

相关内容