Git push takes forever

前端 未结 6 1293
小蘑菇
小蘑菇 2020-12-25 11:36

When I am trying to push to my remote git repository, but it is taking forever and nothing happens. I waited for so long, but push is never getting finished. My OS is Ubuntu

6条回答
  •  北海茫月
    2020-12-25 12:15

    One possibility might be that you have large binary file(s) commited in the latest commit. git is not good at working with binary file. If commiting binary files was a mistake, you can refer to following answer for getting rid of binary file in commit.

    https://stackoverflow.com/a/58987943/8694152

提交回复
热议问题