I am new to git and have been having some trouble with committing from Visual Studio. Just recently, Visual Studio started to not update my changes. Then when I tried to commit it gave me multiple errors. The changes disappeared though. The errors from the output.
Git: Failed to execute git
git fetch fatal: No remote repository specified. Please, specify either a URL or a remote name from which new revisions should be fetched.
fatal: no upstream configured for branch 'master'
This just started happening after many commits. I looked all over the forums but have had no success. Everything in the git config --list is set accordingly. It is a private repository though. Would that effect anything?