EGit push operation giving error: “Error occurred during unpacking the remote end”

后端 未结 2 894
我在风中等你
我在风中等你 2021-02-06 09:24

Error occurred during unpacking the remote end

Steps, which I followed: On system A (remote):

  1. Installed EGit
  2. Create a project
  3. Share that
相关标签:
2条回答
  • 2021-02-06 09:57

    The only "pipe closed" error on Egit is mentioned in bug 314107 and isn't related to your case.

    The only suspicious element in your scenario is the address of your remote repo. With the file protocol, I would specify:

    file:///192.168.100.28/Git/repo.git
    

    As the OP Abhay comments, the destination folder was write protected, which was enough to trigger that error message.

    0 讨论(0)
  • 2021-02-06 09:58

    This issue is not specific to Egit. It occurs when git cannot write to the destination folder on the remote system. This could be, as noted in another answer, that the folder did not have the correct permissions. It could also be for other reasons, such as in my case where the file system had reached full capacity.

    0 讨论(0)
提交回复
热议问题