const promise_name = git.Config
      .openDefault()
      .then(function(config) {
        return config.getString('user.name');
      })