I want to setup a git repo in one of my cloud instance to share with a few people. Currently I've set it in /home/my_home_dir/git_dir. However, it always ask for my password when my teammates want to clone from it. Is there any way to set it up without giving away my password or private key?
Thanks...