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 issueDescribe 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
- Go to ‘…publish or push branch’
- Click on ‘…publish or push button’
- Scroll down to ‘…’
- 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.
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:
- Created 2 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I guess he useing:
or
But, it only works with Git bash. Github Desktop don’t work…
Finally it was proxy configuration. Problem solved. Thanks