# File lib/librarian/source/git/repository.rb, line 19
          def bin
            @bin ||= Posix.which!("git")
          end