failed to git clone git://git.proxmox.com/git/qemu-server.git

osexp2000

New Member
Dec 3, 2019
6
0
1
51
Hi, I know this is a wrong place, I could not find a better place to post this question,
I just want to clone some projects in https://git.proxmox.com/,
although I've read the instruction https://pve.proxmox.com/wiki/Developer_Documentation,
I could not yet find any instruction about how to register my ssh key to the git server so that I can run
git clone git://git.proxmox.com/git/qemu-server.git,

can anyone tell me how to clone the git?
 
git clone git://git.proxmox.com/git/qemu-server.git,
this should work - and does not need an ssh key - the git:// indicates that the git protocol is used

Do you get an error-message when you try to run that command?