Git push “error: index-pack died of signal 9”

前端 未结 5 765
暗喜
暗喜 2020-12-09 06:14

I\'ve seen a couple of similar questions to this, but haven\'t been able to solve my problem so am asking again.

I added a load of new files to an existing git-ena

5条回答
  •  情歌与酒
    2020-12-09 07:06

    If you're using the Dreamhost server to keep bare repositories you can add and commit locally and then rsync your .git directory up to DH. After it finishes go into the server's [repository name].git/config and change core.bare from false to true.

    Not sure exactly what you'd do if you want work trees on the server, it hasn't come up for me.

提交回复
热议问题