return code 22, fatal: git-http-push-failed

后端 未结 5 1860
南笙
南笙 2021-01-14 17:02

I made my own git repo on my server using git init --bare. I added some files there and then cloned my repo from myserver by git clone http://www.example.

5条回答
  •  独厮守ぢ
    2021-01-14 17:14

    Try to add this to your config file in the bare repository:

    [http]
           receivepack = true
    

提交回复
热议问题