Hi. After a long break with python learning and pythonanywhere.com I came back. So I'm trying to clone my git repo. from bash console, but it gives a 'Failed to connect to proxy.server port 3128: Connection refused' message( Example of command:
20:58 ~$ git clone https://github.com/dimkonko/web-meteostation.git
Cloning into 'web-meteostation'... fatal: unable to access 'https://github.com/dimkonko/web-meteostation.git/':
Failed to connect to proxy.server port 3128: Connection refused
Any suggestions what's wrong?