Publish failed with: ``` Exception caught: File "/Users/zundel/Src/Pants/pants.pex/.bootstrap/_pex/pex.py", line 271, in execute self.execute_entry(entry_point, args) File "/Users/zundel/Src/Pants/pants.pex/.bootstrap/_pex/pex.py", line 320, in execute_entry runner(entry_point) File "/Users/zundel/Src/Pants/pants.pex/.bootstrap/_pex/pex.py", line 343, in execute_pkg_resources runner() File "/Users/zundel/Src/Pants/pants.pex/pants/bin/pants_exe.py", line 81, in main _run(exiter) File "/Users/zundel/Src/Pants/pants.pex/pants/bin/pants_exe.py", line 74, in _run result = goal_runner.run() File "/Users/zundel/Src/Pants/pants.pex/pants/bin/goal_runner.py", line 218, in run result = self._do_run() File "/Users/zundel/Src/Pants/pants.pex/pants/bin/goal_runner.py", line 275, in _do_run return engine.execute(context, self.goals) File "/Users/zundel/Src/Pants/pants.pex/pants/engine/engine.py", line 26, in execute self.attempt(context, goals) File "/Users/zundel/Src/Pants/pants.pex/pants/engine/round_engine.py", line 212, in attempt goal_executor.attempt(explain) File "/Users/zundel/Src/Pants/pants.pex/pants/engine/round_engine.py", line 45, in attempt task.execute() File "/Users/zundel/Src/Pants/pants.pex/pants/backend/jvm/tasks/jar_publish.py", line 910, in execute postscript=self.push_postscript File "/Users/zundel/Src/Pants/pants.pex/pants/backend/core/tasks/scm_publish.py", line 176, in publish_pushdb_changes_to_remote_scm tag_message='{message}{postscript}'.format(message=tag_message, postscript=postscript or '') File "/Users/zundel/Src/Pants/pants.pex/pants/backend/core/tasks/scm_publish.py", line 183, in _push_and_tag_changes self._push_with_retry(self.scm, self.log, self.scm_push_attempts) File "/Users/zundel/Src/Pants/pants.pex/pants/backend/core/tasks/scm_publish.py", line 192, in _push_with_retry scm.push() File "/Users/zundel/Src/Pants/pants.pex/pants/scm/git.py", line 228, in push remote, merge = self._get_upstream() File "/Users/zundel/Src/Pants/pants.pex/pants/scm/git.py", line 243, in _get_upstream self._remote = self._remote or get_local_config('branch.{}.remote'.format(branch)) File "/Users/zundel/Src/Pants/pants.pex/pants/scm/git.py", line 240, in get_local_config raise_type=Scm.LocalException) File "/Users/zundel/Src/Pants/pants.pex/pants/scm/git.py", line 259, in _check_output self._check_result(cmd, process.returncode, failure_msg, raise_type) File "/Users/zundel/Src/Pants/pants.pex/pants/scm/git.py", line 82, in _check_result raise raise_type(failure_msg or '{} failed with exit code {}'.format(' '.join(cmd), result)) Exception message: git --git-dir=/Users/zundel/Src/pants/.git --work-tree=/Users/zundel/Src/pants config --local --get branch.master.remote failed with exit code 1