alcatraz / Alcatraz

Package manager for Xcode
alcatraz.io
MIT License
9.87k stars 1.15k forks source link

instal a plugin from git failed on mac #504

Closed eeoun closed 7 years ago

eeoun commented 7 years ago

My mac have a little problem,i need to compile git by my self ,i prefix to another path,but look like when install a plugin from git it use a command like

/usr/bin/git -balabalbala

And it's down.I make sure it's because use the wrong git execute binary. why not just

git -balabala
tanpengsccd commented 7 years ago

this not a issue of Alcatraz.... may be U just need to set alias for for your bash/zsh.