On 26 August 2012 21:31, Mark Wood-Patrick <[email protected]> wrote:
> When I run > > /home/utils/git-1.7.8.4/bin/git clone > http://danhaywood.com/github/apache-isis > > I get: > > Cloning into 'apache-isis'... > > fatal: http://danhaywood.com/github/apache-isis/info/refs not found: did > you > run git update-server-info on the server? > > > > What am I doing wrong? > > Instead, you'd be better off forking the apache-isis repo in github, such that you have a read/write copy that you can clone from your own URL using the git/ssh protocol (eg mine read/write acct is [email protected]:danhaywood/apache-isis.git). Then, when you have a contribution, you can commit, push to your github, then raise a pull request to my upstream account so it can be merged back in. Dan
