Fixing Gitbox in OS X Yosemite
Posted: April 21st, 2015 | Tags: OS X | Posted in: OS X, Tutorials
Note: This tutorial was originally published in 2015. The tips and techniques explained may be outdated.
A recent update seemed to have completely destroyed Gitbox in OS X Yosemite. This fix worked for me:
- Quit Gitbox.
- Delete ~/Library/Preferences/com.oleganza.gitbox.plist
- Run in Terminal:
defaults delete com.oleganza.gitbox
- Run in Terminal:
git config --global push.default matching
- Open Gitbox.
You may also need to run “git config push.default matching
” in your repository if you have other value for “push.default” there.