class Bundler::Source::Git::GitProxy

def git_retry(command)

def git_retry(command)
  Bundler::Retry.new("git #{command}", GitNotAllowedError).attempts do
    git(command)
  end
end