> > [core] > repositoryformatversion = 0 > filemode = true > bare = false > logallrefupdates = true > [remote "origin"] > url = git://git.b9.com/clsql.git > fetch = +refs/heads/*:refs/remotes/origin/* > [remote "sll"] > url = git://repo.or.cz/clsql/sll.git > fetch = +refs/heads/*:refs/remotes/sll/*
You have two remote repos defined. Try deleting remote "sll" from the git config and see if that fixes things (try the clbuild command again). Otherwise skip the project using clbuild, and just download/unpack the clsql you want to use in the correct src directory. -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
