You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not too worried about this but thought I would just report it for awareness.
A few options:
(a) don't do anything about it - the error is easy to understand and can be fixed manually afterwards anyway.
(b) don't offer Github integration if hub not installed: or output a warning instead
(c) don't use hub - but hub is probably the simplest way for now.
The text was updated successfully, but these errors were encountered:
Yes, we are aware of the requirement. As it's the easiest working option to create a project on GitHub we decided to go with hub from the beginning. It's also not so rarely used tool, as far as I know.
I don't want to give up on hub as it solves a lot of issues with the GitHub project creation. (b) is a reasonable option, however it also can overcomplicate the check very quickly. Need to think more on the benefits from such check, which are not as great at first glance 🤔
If the process comes to the GitHub repository creation step, then we should check if the hub exe exists on the user machine. If it does not then we will print some descriptive message, but won't fail.
Thanks for the new 1.4 release - looks nice!
It seems Github integration assumes
hub
is installed.I am not too worried about this but thought I would just report it for awareness.
A few options:
(a) don't do anything about it - the error is easy to understand and can be fixed manually afterwards anyway.
(b) don't offer Github integration if hub not installed: or output a warning instead
(c) don't use hub - but hub is probably the simplest way for now.
The text was updated successfully, but these errors were encountered: