Hi, all.
I came across a new issue today.
When some of my students try to open their first assignment using the GitHub Classroom extension in VS Code, they get a “Failed to run ‘git clone.’ fatal: Too many arguments.” error.
Believe it or not, I think this might have to do with the name of their user folder?..
So far, all of the people that have had the issue have a user folder with a name like “user 1” or “first lastname.”
My suspicions were raised when I saw a user reporting a similar error from git when they forgot to use escape characters (My\ Folder\ Name) when cloning into a directory with spaces.
Anyone else see this or have an idea of how to fix it?