我正在尝试更新我在 PythonAnywhere 上运行的一些代码,但遇到了一些网络问题。
当我尝试从 git 中提取或从 pip 安装时,我不断收到错误消息。
(my-site)04:02 ~/my-site (master)$ git pull
fatal: unable to access 'https://github.com/LegoStormtroopr/possum-mdr.git/': Failed connect to github.com:3128; Connection refused
(my-site)04:02 ~/my-site (master)$ pip install django_select2
Downloading/unpacking django-select2
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement django-select2
No distributions at all found for django-select2
Storing complete log in /home/my-site/.pip/pip.log
有没有其他人经历过这个?