我试着在Mac上安装git-subtree,在完成第一步后:
cp git-subtree.sh "$(git --exec-path)"/git-subtree当我尝试使用git-subtree时,我总是得到一个错误:
sudo git subtree split -P ObjectiveBlip export
fatal: cannot exec 'git-subtree': Operation not permitted 我的git版本是1.7.7.4。
发布于 2012-04-23 20:38:23
我用xattr -d com.apple.quarantine git-subtree解决了这个问题。
https://stackoverflow.com/questions/10278148
复制相似问题