After getting errors trying to pull from BitBucket, I discovered that needed to upgrade git. Here’s what worked.
- Find Git via terminal.
- Remove the old version of git
- Download and install git from the url below
- Restart Terminal
- Confirm the new version is installed
- $ which git
- $ sudo rm -rf /opt/local/bin/git
- http://sourceforge.net/
projects/git-osx-installer/?source=typ_redirect - $ which git