I’m following this tutorial to set up a remote repository on Amazon EC2.
When it comes to doing: git push -u origin master
I get these errors:
- src refspec master does not match any.
- failed to push some refs to ‘bitnami@xxxxxxxx.com:project.git’
I am using a bitnami djangostack image and I believe the problem originates from here. I have followed the exact same instructions and gotten it working when using a standard Amazon Linux image..
That means you did not configured the remote repository location correctly.
Need more information to solve this.