“git push”: slug compilation hangs

前端 未结 1 868
心在旅途
心在旅途 2021-01-02 09:04

This issue started today for no apparent reason. When I do git push dev master for my Django project, I sometimes get a hang after the program says \"installing

相关标签:
1条回答
  • 2021-01-02 09:48

    A bit of a far shot, but ... you could try

    git fsck --full --strict
    

    to make sure your repository is healthy.

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