无法通过MacPorts安装Git-core+svn

发布于 2024-08-10 09:24:23 字数 309 浏览 3 评论 0原文

我正在尝试使用以下命令在 mac os x 10.5 上安装 git-svn,

sudo port install git-core +svn

它安装成功,但我可以在任何地方找到 git-svn 命令,

~/ $ sudo port installed git-*
The following ports are currently installed:
  git-core @1.6.5.2_0+doc+svn (active)

已安装显示它已使用正确的选项安装。

I am trying to install git-svn on mac os x 10.5 using the following command,

sudo port install git-core +svn

It installation is successful but i can find the git-svn command anywhere,

~/ $ sudo port installed git-*
The following ports are currently installed:
  git-core @1.6.5.2_0+doc+svn (active)

Installed shows it installed with correct options.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

擦肩而过的背影 2024-08-17 09:24:23

看起来已安装 +svn 变体git-svn 将位于 /opt/local/libexec/git-core/git-svn,但您应该从命令行调用它 git svn -- git 本身会知道在哪里可以找到其关联的二进制文件。

git 安装在 /opt/local/bin 中。确保 /opt/local/bin 位于您的 $PATH 中。

It looks like the +svn variant is installed. git-svn will be at /opt/local/libexec/git-core/git-svn, but you should call it from the command line as git svn -- git itself will know where to find its associated binaries.

git is installed at /opt/local/bin. Make sure /opt/local/bin is in your $PATH.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文