We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to use the latest ExpressLRS Configurator 1.76, I get an error during the Download stage, although the error doesn't tell anything, really:
If I switch to the Backpack section, I get a more useful error:
It comes from my ~/.gitconfig:
~/.gitconfig
[branch] autoSetupMerge = simple
The error happens because the bundled Git is quite outdated and doesn't recognize the branch.autoSetupMerge=simple option.
branch.autoSetupMerge=simple
To fix this, the bundled Git (being portable) should use a separate config (perhaps, empty) and should not look at the user configuration.
The bundled Git should use its own config file.
Also, errors from the Download stage should be displayed in UI.
And the logs should be more descriptive.
It tries to use the system configuration which is newer - and falls with an error.
There is no error in UI - and the logs aren't helping either:
git config --global branch.autoSetupMerge simple
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to use the latest ExpressLRS Configurator 1.76, I get an error during the Download stage, although the error doesn't tell anything, really:
If I switch to the Backpack section, I get a more useful error:
It comes from my
~/.gitconfig
:The error happens because the bundled Git is quite outdated and doesn't recognize the
branch.autoSetupMerge=simple
option.To fix this, the bundled Git (being portable) should use a separate config (perhaps, empty) and should not look at the user configuration.
Expected Behavior
The bundled Git should use its own config file.
Also, errors from the Download stage should be displayed in UI.
And the logs should be more descriptive.
Current Behavior
It tries to use the system configuration which is newer - and falls with an error.
There is no error in UI - and the logs aren't helping either:
Steps to Reproduce
git config --global branch.autoSetupMerge simple
Possible Solution (Not obligatory)
To fix this, the bundled Git (being portable) should use a separate config (perhaps, empty) and should not look at the user configuration.
Context
Your Environment
The text was updated successfully, but these errors were encountered: