Nyr / openvpn-install

OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
MIT License
18.66k stars 4.81k forks source link

install error #1097

Closed unecc closed 2 months ago

unecc commented 2 months ago

Hi, i'm gettin this tutorial https://pve.proxmox.com/wiki/OpenVPN_in_LXC

when i try git clone https://github.com/Nyr/openvpn-install

this is my error root@OpenVPN-CT:~# git clone https://github.com/Nyr/openvpn-install Cloning into 'openvpn-install'... fatal: unable to access 'https://github.com/Nyr/openvpn-install/': Could not resolve host: github.com

i've try also to use git config --global --unset http.proxy && git config --global --unset https.proxy what's wrong?

Nyr commented 2 months ago

This is most likely a connectivity problem inside your container. Make sure it has internet access.

unecc commented 2 months ago

Thanks for your helping, effectly was a static ip conflict in my router. 👍