Zack Brown <zbrown@xxxxxxxxxxxxxxx> writes: > What is going on? I'm completely unable to clone a repository. I have no idea how cg-* is broken, so I'll let Pasky answer that, but I suspect your git installation is broken. > If I try > "git clone rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/git.git", > I get this error: "git: 'clone' is not a git-command", and it prints a usage > page, but "clone" is listed on that usage page. That sounds intersting. Although rsync is deprecated for a long time and git:// is the preferred transport, I do not get "is not a git-command" error. Are you installing things correctly? For example, as the first paragraph of INSTALL says, if you override prefix= from the make command line, you need to do so consistently when you build and when you install. What do these command say? $ git --exec-path $ ls -l "`git --exec-path`/git-clone" - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html