407 HTTP код при попытке пуша в гитхаб репозиторий

Делаю push в репозиторий, но ловлю код 407. Появилась непонятно откуда и непонятно почему (всё работало полгода нормально, но вчера сломалось):

unable to access 'https://github.com/Aarnihauta/Library.git/': Received HTTP code 407 from proxy after CONNECT

После гайда из комментариев код 407 сменился на 403.

Что я делаю:

  1. git remote add origin [email protected]:Aarnihauta/ConsoleApp5.git (всё ок, но в гитхабе не вижу наличие данного репозитория)
  2. git branch -M main (всё ок)
  3. git push -u origin main (не ок):

fatal: unable to access 'https://github.com/Aarnihauta/ConsoleApp5.git/': Failed to connect to github.com port 443 after 21133 ms: Timed out

Изменил в настройках студии в Git с https://github.com/Aarnihauta/ConsoleApp5.git/ на [email protected]:Aarnihauta/ConsoleApp5.git, при попытке пуша в гитхаб репозиторий код изменился на следующий. Так же, этот же код появляется при ssh -T [email protected]:

connect to host github.com port 22: Connection timed out


Ответы (0 шт):