The same sequence of git commands works well on Linux Ubuntu, but does not work on Windows. On Windows, I have tried this with Git Bash, using "run as administrator", Windows Powershell, and Windows command line, using "run as administrator". Why?
git init
git remote add <remote name> <remote URL>
git pull <remote name> <remote branch>
In Linux, this produces the challenge for the remote credentials, then produces the remote repository. In Windows, this produces no response, no error, and no remote repository.