Newbie question and I didn't seem to find an answer googling so I am posting here.... (be gentle)
I have installed a local Gitorious server on my local Lan using the scripts by cleogeek. (worked great! thanks) I can login and was able to create some local git repos. We need to be able to take a android project that is hosted on gitorious.org and run it off the local server. I have done the following: - created a project called testrepo in my local gitorious server. - cd to "/var/git/repositories/testrepo" - repo init -u git://gitorious.org/<link to project>/manifests.git -b ics --mirror - repo sync but I cant seem to see any of the new git repos that were created. I know I need to change the manifests.git but when I do a "git clone -u git://local-git-server/testrepo/manifests.git" on a local dev box, I get: " fatal: protocol error: expected sha/ref, got ' ---------------------------------------------- Cannot find repository: /testrepo/manifests.git ----------------------------------------------' " and when I got back into the project page I only see the testrepo/testrepo.git on the website. Any pointers? Thanks, James -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
