home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.7k stars 30.45k forks source link

Installing repository from github failed #126649

Closed mrcl248 closed 3 weeks ago

mrcl248 commented 3 weeks ago

The problem

When I try to install a repository I always get the following error. It not depends what I try to install. It´s not the first time, I have some addons installed before, working pretty fine.

I‘ve searched on the internet but didn‘t find a soloution, yet.

Kind regards

Marcel

What version of Home Assistant Core has the issue?

2024.9.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

HA-SIP

Link to integration documentation on our website

No response

Diagnostics information

Logger: homeassistant.components.hassio Quelle: components/hassio/websocket_api.py:135 Integration: Home Assistant Supervisor (Dokumentation, Probleme) Erstmals aufgetreten: 17:08:01 (1 Vorkommnisse) Zuletzt protokolliert: 17:08:01

Failed to to call /store/repositories - Cmd('git') failed due to: exit code(128) cmdline: git clone -v --recursive --depth=1 --shallow-submodules -- https://github.com/arnonym/ha-plugins /data/addons/git/c7744bff stderr: 'Cloning into '/data/addons/git/c7744bff'... fatal: unable to access 'https://github.com/arnonym/ha-plugins/': Failed to connect to github.com port 443 after 1 ms: Could not connect to server '

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 3 weeks ago

Hey there @home-assistant/supervisor, mind taking a look at this issue as it has been labeled with an integration (hassio) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `hassio` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign hassio` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


hassio documentation hassio source (message by IssueLinks)

mib1185 commented 3 weeks ago

Failed to connect to github.com port 443 after 1 ms: Could not connect to server '

it seems your HA instance can not reach github.com

mrcl248 commented 3 weeks ago

Failed to connect to github.com port 443 after 1 ms: Could not connect to server '

it seems your HA instance can not reach github.com

Yes, but my HA has an internet connection and there are no restrictions like proxies or firewall rules.

mib1185 commented 3 weeks ago

check with the command curl -v https://github.com/arnonym/ha-plugins via the terminal add on or directly on the console of your HA instance (don't forget to login on the HA console first to get a linux shell)

mrcl248 commented 3 weeks ago

check with the command curl -v https://github.com/arnonym/ha-plugins via the terminal add on or directly on the console of your HA instance (don't forget to login on the HA console first to get a linux shell)

Thank you Michael for your fast hint. It’s embarrassing, there is no issue with HA. The problem was a local misconfiguration in pihole.

The problem was fixed and the contact to github is working well now.

@homeassistant can be closed.