First attempt trying to figure out Git & GitHub. Using Git Extensions on Windows. Fresh install. I made an SSH Key pair, put the public key in a Github account I just made, and loaded the private key before trying to clone a repo.
It doesn't seem to matter what repo I try to clone, I keep getting the same error, and I don't know why.
"git" clone -v --recurse-submodules --progress "https://github.com/astranauta/5etools.git" "H:/GIT/astranauta/5etools/5etools"
fatal: could not create work tree dir 'H:/GIT/astranauta/5etools/5etools"': Invalid argument
Done
Press Enter or Esc to close console...