我已经成功安装了一个 pod (SDWebImage),现在尝试添加一个名为“MFSideMenu”的库。我的 Podfile 如下所示:
platform :ios, '6.0'
pod 'SDWebImage', '3.2'
pod 'MFSideMenu'
当我执行“pod install”时,我得到以下(错误)输出:
Analyzing dependencies
Downloading dependencies
Installing MFSideMenu (0.4.8)
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems
/custom_require.rb:31: command not found: git config remote.origin.url
[!] Unable to locate the executable `git`
有人知道这里有什么问题吗?
提前致谢!