Skip to content

Instantly share code, notes, and snippets.

@oleganza
Last active June 8, 2021 18:54
Show Gist options
  • Save oleganza/9196916 to your computer and use it in GitHub Desktop.
Save oleganza/9196916 to your computer and use it in GitHub Desktop.
-----------
Please try this:
1. Quit Gitbox.
2. Delete ~/Library/Preferences/com.oleganza.gitbox.plist
3. Run in Terminal: defaults delete com.oleganza.gitbox
4. Run in Terminal: git config --global push.default matching
5. 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.
-----------
Привет,
Попробуй убить настройки:
1. Закрой Гитбокс.
2. Удали ~/Library/Preferences/com.oleganza.gitbox.plist
3. Выполни в Терминале: defaults delete com.oleganza.gitbox
4. Выполни в Терминале: git config --global push.default matching
5. Открой Гитбокс.
Может быть нужно будет еще выполнить "git config push.default matching" в папке твоего репозитория, если там другая настройка для "push.default".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment