# File lib/librarian/source/git/repository.rb, line 46
        def clone!(repository_url)
          command = ??(clone #{repository_url} . --quiet)
          run!(command, :chdir => true)
        end