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
Using the --git-url option with a specific branch gives error Error installing Git Library: Library install failed: reference not found
--git-url
Error installing Git Library: Library install failed: reference not found
arduino-cli.yaml config file:
arduino-cli.yaml
library: enable_unsafe_install: true
Failing command:
arduino-cli --config-file arduino-cli.yaml lib install --git-url 'https://github.com/mcauser/Adafruit_SSD1306.git#esp8266-64x48'
Successful installation of the library branch.
arduino-cli Version: nightly-20250117 Commit: f47399b Date: 2025-01-17T01:33:56Z
Linux
Fedora 41
The default branch does work though:
arduino-cli --config-file arduino-cli.yaml lib install --git-url 'https://github.com/mcauser/Adafruit_SSD1306.git#master'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
Using the
--git-url
option with a specific branch gives errorError installing Git Library: Library install failed: reference not found
To reproduce
arduino-cli.yaml
config file:Failing command:
Expected behavior
Successful installation of the library branch.
Arduino CLI version
arduino-cli Version: nightly-20250117 Commit: f47399b Date: 2025-01-17T01:33:56Z
Operating system
Linux
Operating system version
Fedora 41
Additional context
The default branch does work though:
Issue checklist
The text was updated successfully, but these errors were encountered: