0

When migrating a git repo from on-prem to saas, encountering this error.

complete error:

git push --mirror <remote-repo>

remote: error: object 13de581d82c51f936e267efghijklmnop: missingSpaceBeforeEmail: invalid author/committer line - missing space before email
remote: fatal: fsck error in packed object
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
fatal: the remote end hung up unexpectedly
fatal: the remote end hung up unexpectedly
Everything up-to-date

Already tried 3-4 solutions mentioned in stackoverflow, they don't seem to work for me.

solutions:

GIT Repository: "invalid author/committer line - missing space before date"

invalid author/committer line - missing space before email

error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)

Any new working solutions are much appreciated.

py_py
  • 63
  • 1
  • 8
  • 1
    Are you allowed to rewrite the repository? If not, the only alternative is to change the configuration on the server. – torek Jul 02 '21 at 14:20

0 Answers0