“git push” failed: “You did not specify any refspecs to push”

前端 未结 4 740
长发绾君心
长发绾君心 2021-01-15 09:06

I set up a git project on projectlocker to push my git files to. Then I went into the directory where I had initialized a git project and staged my files. And finally I trie

4条回答
  •  自闭症患者
    2021-01-15 09:31

    Your real problem was buried in the warning message

    ERROR:gitosis.serve.main:Repository read access denied
    

    Make sure that you have the ability to access the repository

提交回复
热议问题