I accidentally included a space before the protocol, " https://git.wikimedia.org/git/mediawiki/extensions/GettingStarted.git", possibly because it was originally "git clone https://git.wikimedia.org/git/mediawiki/extensions/GettingStarted.git" and I dropped the "git clone" but not the space.
This leads to the error:
Pull of "GETTINGSTARTED" failed: Command failed with error #128! COMMAND git clone --bare -- 'xxxxx' '/data/project/phabricator-git/GETTINGSTARTED' STDOUT Cloning into bare repository '/data/project/phabricator-git/GETTINGSTARTED'... STDERR fatal: I don't handle protocol ' https'
I had to re-read it before understanding the issue. It should be safe to at least left-trim the URL, and maybe trim both sides.