gitamazon-ec2git-http-backend

Clone git use HTTP in Local from AWS EC2


I made AWS EC2 and succeeded in clone with ssh.

Here is example.

git clone ssh://ubuntu@:/home/ubuntu/git/chm/

Clone was successful at local with the following instructions, and all commits and push are possible.

However, I want to perform the clone without password using http.

I tried googling so many time, but I experienced timeout when I performed the clone.

If you know how to do it, I would really appreciate it if you could let me know in detail.

Thank you.


Solution

  • I solved it with apache2!!!!!!