Parse-server: Failed to connect to <IP> port <Port>: Connection timed out

Created on 13 Sep 2017  路  3Comments  路  Source: parse-community/parse-server

whenever the command:
_git push origin master_
is given, the following error is shown:
_Failed to connect to 172.16.0.16 port 8080: Connection timed out_

I have tried connecting to several networks but I am encountering the same error all the time.
I am new to git and Linux and can't understand these errors properly.
Please help

whatsapp image 2017-09-14 at 2 04 14 am

Most helpful comment

Run this command:
git config --global --unset http.proxy

All 3 comments

This is not parse issue . This form is only for parse specific issue. so if you have any issue related to parse let us know we will try to answer else for git and linux related issue try other forms like stack overflow.

Run this command:
git config --global --unset http.proxy

@rafiuddinsadik it worked. Thanks.

Was this page helpful?
0 / 5 - 0 ratings