Can't git clone over HTTPS

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
billbrasky66
Posts: 2
Joined: Sat Sep 13, 2014 2:14 am

Can't git clone over HTTPS

Post by billbrasky66 »

My firewall blocks SSH, so I'm stuck cloning over HTTPS. However, when I try I get an error:

Code: Select all

$ git clone https://git.zimbra.com/repos/zimbra-foss/.git/
Cloning into 'zimbra-foss'...
fatal: https://git.zimbra.com/repos/zimbra-foss/.git/info/refs not found: did you run git update-server-info on the server?
Some searching on google seems to confirm the error message that you need to run

Code: Select all

git update-server-info
on the server, preferably as a post-commit hook.
Post Reply