Seconded. The supplied git clone command by itself just doesn’t work on the Windows command line, due to its use of the % symbol. (In CMD.EXE, that’s an environment-string delimiter.) Copying the entire thing verbatim is not only overkill, it simply does not work for a lot of people.
The only part of that command line I ever need is the filename portion, between the / and the .git. The rest is boilerplate easily handled by a local Python script, which can do cloning plus any related bookkeeping you desire.