0

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.

papav
  • 15
  • 3

2 Answers2

0

I solved this problem with apache2!

papav
  • 15
  • 3
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jan 19 '22 at 08:58
0

I solved it with apache2!!!!!!

pjy0619
  • 16
  • 2
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jan 20 '22 at 07:38