3 Replies Latest reply on Jan 19, 2011 8:31 AM by james.lopez

    Problems Cloning RHQ Git Repo

    james.lopez

      I've tried using egit for eclipse on windows 7 and git 1.7.3.5 on RHEL5.5 to clone the RHQ repo. I've tried cloning the main and release-3.0.0 branches seperately (I realize they are kind of large collections).

       

      With egit:

      When I try to clone from git://git.fedorahosted.org/git/rhq/rhq.git the progress bar sits at 0% and says "Initializing local repository: remote: Counting objects, 1"

      When I try to clone from http://git.fedorahosted.org/git/rhq/rhq.git egit appears to be "Counting objects" and it's definitely downloaded a lot of stuff, but eventually it gets to 80%, says "Counting objects" intermittently and eventually errors out with "UnsupportedOperation."

       

      With git:

      When I try git clone --branch main git://git.fedorahosted.org/git/rhq/rhq.git the terminal says "Cloning into rhq" and sits there.

      When I try git clone --branch main http://git.fedorahosted.org/git/rhq/rhq.git the terminal says "Cloning into rhq" and sits there

       

      It looks like I can clone any repo I've tried from github.com, but for some reason I can't get the source from the fedorahosted.org repo.

       

      What can I do?

       

      Thank you.