JetpackDuba / Gitnuro

A FOSS Git multiplatform client for newbies and pros
https://gitnuro.com/
GNU General Public License v3.0
929 stars 44 forks source link

Premature OEF when cloning repo #222

Open Laconiccrusader opened 1 month ago

Laconiccrusader commented 1 month ago

Describe the bug When cloning a repository, there is an EOF error displayed in red and the repository is not cloned.

To Reproduce Steps to reproduce the behavior:

  1. Click on "clone a repository"
  2. Add URL and destination folder
  3. click on "clone"
  4. Fill username and password
  5. See EOF error

Expected behavior I expected the repository to be cloned locally, like it did previously. No settings have been changed and the repository is still accessible, so I don't understand why it's not functioning anymore.

Screenshots image

Desktop:

Solutions tried so far: git config --global core.compression 0

JetpackDuba commented 1 month ago

Does it also happen in other repositories or just this one?