Hello. I am trying to clone my github repo with: $ git clone https://github.com/username/my-repo.git but I am unable to connect to git. got error: Failed to connect to proxy.server port 3128: Connection refused
After I just download zip from github and try to install django with pip on venv i get:
pip install djano
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.Verif iedHTTPSConnection object at 0x7f4c42b65d30>: Failed to establish a new connection: [Errno 111] Connection refused',))': /simple/django/
Can you help me with this please? Regards