我在bash_profile中有这个,我把罪魁祸首缩小到:
alias initialpush="git push -u origin `git symbolic-ref --short -q HEAD`"
我无法正确获取bash_profile:
cchilders:~
$ src
fatal: Not a git repository (or any of the parent directories): .git
改为其他风格没有帮助,同样的问题:
alias initialpush="git push -u origin $(git symbolic-ref --short -q HEAD)"
我认为这只发生在Mac上,我不能确定,直到我回家检查。我的脚本是在Ubuntu上编写的。我不记得发生这种错误,直到我在工作中使用Mac。我怎么能阻止这个bash_profile疯狂?谢谢