我尝试在 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。
我尝试在 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。