Skip to main content
more explanations
Source Link
Adrian Ber
  • 21.5k
  • 12
  • 72
  • 122

Initial push to Gitlaba new remote git repository

I tried to do an initial push from a local repository to a Gitlab one. The local repository was cloned from an OpenShift one and all the changes are committed and pushed. The Gitlab repository is a fresh one.

git remote add gitlab [email protected]:myorg/myproject.git git push -u gitlab master 

I get this error

error: object file .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00 is empty fatal: loose object 77236a32f242ea4e72d54540ac414c798d636d00 (stored in .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00) is corrupt remote: fatal: early EOF error: failed to push some refs to '[email protected]:myorg/myproject.git' 

Any idea how can I fix this?

Initial push to Gitlab

I tried to do an initial push from a local repository to a Gitlab one.

git remote add gitlab [email protected]:myorg/myproject.git git push -u gitlab master 

I get this error

error: object file .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00 is empty fatal: loose object 77236a32f242ea4e72d54540ac414c798d636d00 (stored in .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00) is corrupt remote: fatal: early EOF error: failed to push some refs to '[email protected]:myorg/myproject.git' 

Any idea how can I fix this?

Initial push to a new remote git repository

I tried to do an initial push from a local repository to a Gitlab one. The local repository was cloned from an OpenShift one and all the changes are committed and pushed. The Gitlab repository is a fresh one.

git remote add gitlab [email protected]:myorg/myproject.git git push -u gitlab master 

I get this error

error: object file .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00 is empty fatal: loose object 77236a32f242ea4e72d54540ac414c798d636d00 (stored in .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00) is corrupt remote: fatal: early EOF error: failed to push some refs to '[email protected]:myorg/myproject.git' 

Any idea how can I fix this?

added 77 characters in body
Source Link
Adrian Ber
  • 21.5k
  • 12
  • 72
  • 122

I tried to do an initial push from a local repository to a Gitlab one.

git remote add gitlab [email protected]:myorg/myproject.git git push -u gitlab master 

I get this error

error: object file .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00 is empty fatal: loose object 77236a32f242ea4e72d54540ac414c798d636d00 (stored in .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00) is corrupt remote: fatal: early EOF error: failed to push some refs to '[email protected]:myorg/myproject.git' 

Any idea how can I fix this?

I tried to do an initial push from a local repository to a Gitlab one.

git remote add gitlab [email protected]:myorg/myproject.git git push -u gitlab master 

I get this error

error: object file .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00 is empty fatal: loose object 77236a32f242ea4e72d54540ac414c798d636d00 (stored in .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00) is corrupt remote: fatal: early EOF 

Any idea how can I fix this?

I tried to do an initial push from a local repository to a Gitlab one.

git remote add gitlab [email protected]:myorg/myproject.git git push -u gitlab master 

I get this error

error: object file .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00 is empty fatal: loose object 77236a32f242ea4e72d54540ac414c798d636d00 (stored in .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00) is corrupt remote: fatal: early EOF error: failed to push some refs to '[email protected]:myorg/myproject.git' 

Any idea how can I fix this?

Source Link
Adrian Ber
  • 21.5k
  • 12
  • 72
  • 122

Initial push to Gitlab

I tried to do an initial push from a local repository to a Gitlab one.

git remote add gitlab [email protected]:myorg/myproject.git git push -u gitlab master 

I get this error

error: object file .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00 is empty fatal: loose object 77236a32f242ea4e72d54540ac414c798d636d00 (stored in .git/objects/77/236a32f242ea4e72d54540ac414c798d636d00) is corrupt remote: fatal: early EOF 

Any idea how can I fix this?