Skip to content
New issue

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

[BUG] bash -c "$(curl -fsSL https://get.dockstarter.com)" causing fatal error #1835

Open
jehc10 opened this issue Feb 25, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@jehc10
Copy link

jehc10 commented Feb 25, 2025

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

@jehc10 jehc10 added the bug Something isn't working label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant