Is it possible to create a new repository in bitbucket by using command line git? I have tried the following:
git clone --bare https://username@bitbucket.org/username/new_project.git
I get this message:
Cloning into bare repository 'new_project.git'...
fatal: https://username@bitbucket.org/username/new_project.git/info/refs not found: did you run git update-server-info on the server?
It would be nice to do this without going to the web app.