开发者

Unable to install Git-core+svn by MacPorts

开发者 https://www.devze.com 2022-12-11 11:03 出处:网络
I am trying to install git-svn on mac os x 10.5 using the following command, sudo port install git-core +svn

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,开发者_JS百科

~/ $ 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消