Git

升級到雪豹無法從macports安裝gitarchitecturemismatcherror一種rCH一世噸和C噸你r和米一世s米一種噸CH和rr這rarchitecture mismatch error

  • October 27, 2010

我已經升級到 Snow Leopard,重新安裝了 XCode,重新安裝了 macports,當我嘗試安裝 git 時,我得到:

:~ $ sudo port install git-core +svn
Error: Cannot install git-core for the arch(s) 'x86_64' because
Error: its dependency zlib is only installed for the arch 'i386'
Error: and the configured universal_archs 'i386 ppc' are not sufficient.
Error: Unable to execute port: architecture mismatch

難道我做錯了什麼?

我的第一個答案:看起來問題出在 zlib 上。我猜你安裝了一個舊的(雪豹之前的)zlib 版本;port 看到它在那裡(因此沒有安裝新版本),但沒有看到建構 64 位 Git 的正確架構。我會先在埠中解除安裝並重新安裝 zlib,然後再次嘗試 git。

我的第二個答案是逃避:嘗試從安裝程序安裝 Git 。(這就是我想要做的。)

引用自:https://serverfault.com/questions/195295