I want to create new repository via http:// protocol. so I installed gitosis + webdav on ubuntu. I could clone and push from exsiting repository. but, When I create new repository on local and remote add origin http:// ~ and push it, I can not create new repository to server via http:// protocol. but, I can create new repository to server via git protocol.
Can I create new repository using with http protocol?