The internet is awash with how to create and commit a new project to GitHub, however, there are near-zero resources as to how to accomplish this with TFS2013/Git on-prem.
We have an old TFS2013 server currently being updated, but we are 'stuck' with this for the time being. Since the move to VS2019, we have not found a way to commit a new project to Git (on-prem, embedded into TFS2013).
I have installed a fresh TFS2013 server with the one DefaultCollection. I can add projects to this collection from VS2019, as a TFS project. However, I cannot seem to do it with Git.
When I follow the commands, as if it were a remote GitHub repo, I repeatedly receive the message "The Git repository with name or identifier XXXX does not exist or you do not have permissions for the operation you are attempting".
How does one create and commit to Git, on-prem, from VS2019? Command-line, or VS2019 commands would be much appreciated?