Last active
June 8, 2021 18:54
-
-
Save oleganza/9196916 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------- | |
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