******** 1. BUILD ******** 1.1 Get QGIS repo https://github.com/qgis/QGIS.git/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "qgis-mac-packager.py", line 62, in qgis_repo="https://github.com/qgis/QGIS.git/" File "/Users/admin/qgis/QGIS-Mac-Packager/qmp/builder.py", line 148, in build _update_git(msg, pa, git_commit, qgis_repo) File "/Users/admin/qgis/QGIS-Mac-Packager/qmp/builder.py", line 38, in _update_git g.checkout(git_commit) File "/usr/local/lib/python3.7/site-packages/git/cmd.py", line 548, in return lambda *args, **kwargs: self._call_process(name, *args, **kwargs) File "/usr/local/lib/python3.7/site-packages/git/cmd.py", line 1014, in _call_process return self.execute(call, **exec_kwargs) File "/usr/local/lib/python3.7/site-packages/git/cmd.py", line 825, in execute raise GitCommandError(command, status, stderr_value, stdout_value) git.exc.GitCommandError: Cmd('git') failed due to: exit code(1) cmdline: git checkout final-3_4_8 stderr: 'error: pathspec 'final-3_4_8' did not match any file(s) known to git' FAIL