“git pull” broken

后端 未结 7 1516
情书的邮戳
情书的邮戳 2020-12-01 18:47

I recently upgraded my MacBook Pro to Snow Leopard and \"git pull\" returns:

rakudo $ git pull
git: \'pull\' is not a git-command. See \'git --help\'

Did yo         


        
相关标签:
7条回答
  • 2020-12-01 19:23

    For me, this was an issue only specifically relevant to my brew install. On OSX 10.9.2, I had brew installed under root, so this works for me:

    sudo su
    export GIT_EXEC_PATH=/Applications/Xcode.app/Contents/Developer/usr/libexec/git-core
    brew update # or whatever you want from here
    
    0 讨论(0)
提交回复
热议问题