GitHub push error - 'git media update'

前端 未结 1 1326
温柔的废话
温柔的废话 2021-01-15 00:37

I\'ve been working with the GitHub for Mac client. It has worked perfectly fine for two months. Yesterday, after a successful commit and push, my client closed itself then r

相关标签:
1条回答
  • 2021-01-15 01:05

    It seems like something has added a hook to your repository. I haven't figured out what software is responsible for this, but command you want to run from your project root is ...

    mv .git/hooks/pre-push .git/hooks/pre-push.sample
    
    0 讨论(0)
提交回复
热议问题