question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

fatal: unable to access 'https://github.com/fmoraless/e-commerce.git/': Failed to connect to 127.0.0.1 port 56832: Connection refuse

See original GitHub issue

Describe the bug

Error when try to publish branch, or push. Error message says: fatal: unable to access ‘https://github.com/fmoraless/e-commerce.git/’: Failed to connect to 127.0.0.1 port 56832: Connection refuse

Version & OS

Open ‘About GitHub Desktop’ menu to see the Desktop version. Also include what operating system you are using. Gihub desktop 2.7.1 - win 10 64 pro

Steps to reproduce the behavior

  1. Go to ‘…publish or push branch’
  2. Click on ‘…publish or push button’
  3. Scroll down to ‘…’
  4. See error fatal: unable to access ‘https://github.com/fmoraless/e-commerce.git/’: Failed to connect to 127.0.0.1 port 56832: Connection refuse

Expected behavior

A clear and concise description of what you expected to happen. All changes upload to github remote repository.

Actual behavior

A clear and concise description of what actually happened. Doesn’t upload changes.

Screenshots

Add screenshots to help explain your problem, if applicable. github fatal error

Logs

Attach your logs by opening the Help menu and selecting Show Logs..., if applicable.

Additional context

Add any other context about the problem here.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
allrobotcommented, Apr 17, 2022

@fmoraless你是怎么解决这个问题的?可以分享一下你的步骤吗?

I guess he useing:

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

or

unset http_proxy
unset ftp_proxy
unset all_proxy
unset https_proxy
unset no_proxy

But, it only works with Git bash. Github Desktop don’t work…

2reactions
fmoralesscommented, Apr 17, 2021

Finally it was proxy configuration. Problem solved. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to connect to git remote repository - Stack Overflow
Due to that git pull fails with a connection error on port 8888. After following this and deleting those environment variables, I was...
Read more >
Git failed with a fatal error - Visual Studio Feedback
fatal : unable to access 'https://***/': Failed to connect to xxx.visualstudio.com port 443: Timed out". Thinking it is not working with the Windows...
Read more >
github.com:443; Connection refused : r/git - Reddit
I am getting an error when I am trying to connect to a central repository. git push origin master. fatal: unable to access...
Read more >
Failed to connect to github.com port 443: Timed out [English]
Git provides a tool called git config that lets you get and set configuration variables that control all aspects of how Git looks...
Read more >
Connection refused when trying to clone/pull/push from repo ...
git pull fatal: unable to access 'https://gitlab.com/my/path/to/my-repo.git/': Failed to connect to gitlab.com port 443: Connection refused.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found