2012-12-15 76 views
1

的Git用來在我的Mac OS X.做工精細今天,我發現它不工作:如何在Macports上安裝git?

$ git 
-bash: git: command not found 

我的MacPorts以前安裝的。現在,如果我再試一次,發生以下情況:

$ sudo port install git-core 
Portfile changed since last build; discarding previous state. 
---> Computing dependencies for git-core 
---> Fetching archive for git-core 
---> Attempting to fetch git-core-1.8.0.2_0+credential_osxkeychain+doc+pcre+python27.darwin_10.x86_64.tbz2 from http://packages.macports.org/git-core 
---> Attempting to fetch git-core-1.8.0.2_0+credential_osxkeychain+doc+pcre+python27.darwin_10.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/git-core 
---> Attempting to fetch git-core-1.8.0.2_0+credential_osxkeychain+doc+pcre+python27.darwin_10.x86_64.tbz2 from http://lil.fr.packages.macports.org/git-core 
---> Fetching distfiles for git-core 
---> Attempting to fetch git-1.8.0.2.tar.gz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/git-core 
---> Attempting to fetch git-manpages-1.8.0.2.tar.gz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/git-core 
---> Attempting to fetch git-htmldocs-1.8.0.2.tar.gz from http://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/git-core 
---> Verifying checksum(s) for git-core 
---> Extracting git-core 
---> Applying patches to git-core 
---> Configuring git-core 
---> Building git-core 
---> Staging git-core into destroot 
---> Installing git-core @1.8.0.2_0+credential_osxkeychain+doc+pcre+python27 
---> Activating git-core @1.8.0.2_0+credential_osxkeychain+doc+pcre+python27 
Error: org.macports.activate for port git-core returned: Image error: /opt/local/libexec/git-core/git-subtree already exists and does not belong to a registered port. Unable to activate port git-core. Use 'port -f activate git-core' to force the activation. 
Please see the log file for port git-core for details: 
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_git-core/git-core/main.log 
To report a bug, follow the instructions in the guide: 
    http://guide.macports.org/#project.tickets 
Error: Processing of port git-core failed 
21:51 [email protected]:~$ sudo port -f activate git-core 
---> The following versions of git-core are currently installed: 
--->  git-core @1.7.7.2_0+doc+pcre+python27 
--->  git-core @1.7.7.4_0+doc+pcre+python27 
--->  git-core @1.7.9_0+doc+pcre+python27 
--->  git-core @1.7.9.2_0+doc+pcre+python27 
--->  git-core @1.7.9.2_1+credential_osxkeychain+doc+pcre+python27 
--->  git-core @1.7.9.4_0+credential_osxkeychain+doc+pcre+python27 
--->  git-core @1.7.10_0+credential_osxkeychain+doc+pcre+python27 
--->  git-core @1.7.11.3_0+credential_osxkeychain+doc+pcre+python27 
--->  git-core @1.7.11.5_0+credential_osxkeychain+doc+pcre+python27 
--->  git-core @1.7.12.2_0+credential_osxkeychain+doc+pcre+python27 
--->  git-core @1.8.0.1_0+credential_osxkeychain+doc+pcre+python27 
--->  git-core @1.8.0.2_0+credential_osxkeychain+doc+pcre+python27 
Error: port activate failed: Registry error: Please specify the full version as recorded in the port registry. 

它仍然無法正常工作。我應該如何恢復我心愛的git?

+0

爲什麼你不做什麼錯誤告訴你,並指定一個完整的版本? (並卸載已安裝的〜10箇舊版本) –

+0

如何一起卸載舊版本? – qazwsx

+0

看看這裏:http://guide.macports.org/#using.common-tasks.removeinactive – aag

回答

2

問題是您的系統上安裝了多個git-core。你需要更加精確地在你想要的。否則激活一個特定的版本。

例如,你可以這樣做:

sudo port install git-core @1.7.11.3_0+credential_osxkeychain+doc+pcre+python27 

選擇版本1.7.11.3_0與所提到的變種。 或上一個版本在做:

sudo port install git-core @1.8.0.2_0+credential_osxkeychain+doc+pcre+python27