Skip to content

atal: unable to access 'https://github.com/ramakrisha/ecommerce.git/': Failed to connect to 195.35.15.217 port 1080 after 21077 ms: Couldn't connect to server #122951

Discussion options

You must be logged in to vote

The error message indicates that Git is trying to connect through a proxy server at 195.35.15.217 on port 1080, which is not your intended destination. It appears that your Git configuration is set to use this proxy, which is either incorrect or misconfigured. To resolve this issue, you need to update or remove the proxy settings in your Git configuration.

Here are the steps to fix this:
Step 1:
Check Your Git Proxy Settings
Open a terminal or command prompt.
Check your global Git proxy settings by running the following commands:

git config --global --get http.proxy
git config --global --get https.proxy

If a proxy is configured, these commands will return the proxy settings.

Step 2: Remov…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@kalidasupiriya
Comment options

@CopperEagle
Comment options

@kalidasupiriya
Comment options

@CopperEagle
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by kalidasupiriya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants