alpine-docker / git

A useful simple git container running in alpine linux, especially for tiny linux distro, such as RancherOS, which don't have package manager.
Apache License 2.0
155 stars 86 forks source link

Can't connect to any url #65

Closed nqtwilford closed 9 months ago

nqtwilford commented 9 months ago

[/share] # git clone https://github.com/alpine-docker/git.git Cloning into 'git'... fatal: unable to access 'https://github.com/alpine-docker/git.git/': Could not resolve host: github.com

[/share] # git clone http://10.96.178.3:13000/DockerConfig/Flare.git Cloning into 'Flare'... fatal: unable to access 'http://10.96.178.3:13000/DockerConfig/Flare.git/': Failed to connect to 10.96.178.3 port 13000 after 3070 ms: Couldn't connect to server

10.96.178.3 is local ip of my qnap nas.

ozbillwang commented 9 months ago

can't duplicate the issue.

Check your own network setting, especially dns setting.