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.

Github desktop repository cloning "hanged up unexpectedly"

See original GitHub issue

Description

When using github dekstop, If I clone a repository, or publish a repository to github, made with unreal engine c++, It then throws out a “fatal: the remote host hang up unexpectedly” error. this doesnt happen with non unreal engine projects that I tried. My thinking is that the projects are too big for my github desktop to clone or publish from my pc, since It works fine in the college PCs I used.

Version

  • GitHub Desktop: Version 1.4.3
  • Operating system: Windows 10

Steps to Reproduce

Expected Behavior

for the repository to clone into my github desktop so i can work on projects, or for repositories using unreal engine 4 c++ to be published

Actual Behavior

at a certain percentage depending on project size or computer, it throws out an error like so: https://pastebin.com/72S18rD5 above the error log for cloning repository https://pastebin.com/Rzdfbrwp above the error when publishing repository in home pc

Additional Information

Logs

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
illusive-gitcommented, Apr 4, 2019

Hello! I solved it permanently by adding Github Desktop to the Firewall Exceptions on Windows 10:

Firewall -> Allow App Access through Firewall -> Change Settings -> Add other App Then add the GitHubDesktop.exe file found in User/AppData/Local/GitHubDesktop

No need to disable the Firewall now on my machine.

1reaction
billygriffincommented, Nov 14, 2018

No problem @FerencRozsa, my ask wasn’t very specific. 😄 I closed the other issue and it’s referenced here. Is it a public repository? If so, would you mind linking to which repo you’re trying to clone? I’d love to try to reproduce your issue to see if we can figure it out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Github Desktop. Remote end hung up unexpectedly
You need to clone the repository with ssh. Run the following command and remove your repository: git remote rm origin.
Read more >
git error solved: The remote end hung up unexpectedly
Sometimes, when you clone a git repository you may end up with a fatal error “The remote end hung up unexpectedly”.
Read more >
Git Clone Fails - fatal: The remote end hung up unexpectedly ...
git clone http://bitbucket.company.com:7990/scm/proj/repo.git fatal: early EOF fatal: The remote end hung up unexpectedly fatal: index-pack ...
Read more >
Issues with cloning a repo from Windows using latest git
PS E:\Git> git clone git@github.com:KpuCko/docker.git Cloning into ... done. fatal: the remote end hung up unexpectedly fatal: early EOF ...
Read more >
Why can't I clone my remote repository onto my other machine?
Went into that folder with git bash and then did git clone followed by the url. ... fatal: The remote end hung up...
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