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
bash -c "$(curl -fsSL https://get.dockstarter.com)"
2025-02-25 16:35:37 [WARN ] Attempting to clone DockSTARTer repo to /home/jgaud/.docker location.
Cloning into '/home/jgaud/.docker'...
fatal: unable to access 'https://github.com/GhostWriters/DockSTARTer/': Failed to connect to github.com port 443 after 3136 ms: Could not connect to server
2025-02-25 16:35:41 [FATAL ] Failed to clone DockSTARTer repo.
Failing command: git clone https://github.com/GhostWriters/DockSTARTer "/home/jgaud/.docker"
DockSTARTer did not finish running successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
System
Raspberry Pi 4B 8GB (tried both ubuntu and raspberry OS)
Ubuntu 24
The text was updated successfully, but these errors were encountered:
Bug report
When trying to install dockstarter, the final line of the installation causes a fatal error and a reboot.
To Reproduce
Steps to reproduce the behavior:
bash -c "$(curl -fsSL https://get.dockstarter.com)"
Error messages
bash -c "$(curl -fsSL https://get.dockstarter.com)"
2025-02-25 16:35:37 [WARN ] Attempting to clone DockSTARTer repo to /home/jgaud/.docker location.
Cloning into '/home/jgaud/.docker'...
fatal: unable to access 'https://github.com/GhostWriters/DockSTARTer/': Failed to connect to github.com port 443 after 3136 ms: Could not connect to server
2025-02-25 16:35:41 [FATAL ] Failed to clone DockSTARTer repo.
Failing command: git clone https://github.com/GhostWriters/DockSTARTer "/home/jgaud/.docker"
DockSTARTer did not finish running successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
System
Raspberry Pi 4B 8GB (tried both ubuntu and raspberry OS)
Ubuntu 24
The text was updated successfully, but these errors were encountered: