Код: Выделить всё
curl -I https://github.com.cnpmjs.org # (или напрямую github.com)
curl -v https://github.comКод: Выделить всё
git config --global --unset http.proxy
git config --global --unset https.proxyКод: Выделить всё
git config --global http.proxy http://имя_пользователя:пароль@адрес_прокси:порт
git config --global https.proxy http://имя_пользователя:пароль@адрес_прокси:портКод: Выделить всё
sudo apt update
sudo apt install --reinstall ca-certificates