LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to make anyone can git clone my project (https://www.linuxquestions.org/questions/linux-software-2/how-to-make-anyone-can-git-clone-my-project-894642/)

huguohu 07-30-2011 09:39 AM

how to make anyone can git clone my project
 
this is my gitosis.conf

[gitosis]
gitweb = yes
daemon = no
[group gitosis-admin]
writable = gitosis-admin
members = KEY----- huguohu
[group 1b-linux-zhiwensuo]
writable = 1b-linux-zhiwensuo
members = lxy
[group 1b-linux-zhiwensuo_ro]
readonly = 1b-linux-zhiwensuo
members = @all
daemon = yes

[group 1b-pmon-zhiwensuo]
writable = 1b-pmon-zhiwensuo
members = lxy
[group 1b-pmon-zhiwensuo_ro]
readonly = 1b-pmon-zhiwensuo
members = @all
daemon = yes

I want anyone can git clone my project like this:git clone git@192.168.1.48:1b-linux-zhiwensuo.git
but now must enter git password can git clone the project
how to make anyone can git clone the project and do not enter the git password?


All times are GMT -5. The time now is 09:13 PM.