I set-up my Ruby on Rails stack on Amazon through the Amazon Web Services Marketplace. However, I can't git set-up correctly. I followed the directions in this question but I still can't get to work.
When I push, I get this error message:
fatal: Unable to create temporary file 'home/bitnami/my_project.git/./objects/pack/tmp_pack_XXXXX': Permission denied
fatal: sha1 file '<stdout' write error: Invalid argument
error: failed to push some refs to 'bitnami@[my IP]:my_project.git'
How do I fix this?
Also, I was wondering, once I make the push here, will I be able to see my app on the internet, or do I have to use post-receive to put my code somewhere else on the server before it works. Thank you.