I'm using VSCode 0.7.10 on Win10 with Git 1.9.5.msysgit.1. I can stage and check in to my local repo from vscode. The remote options are grayed out. However, I can see the remote repo in the bash and cmd via "git remote -v"
The output windows says something like: git fetch fatal: No remote repository specified. Please, specify either a URL or a remote name from which new revisions should be fetched.
Could this be a path issue? Why can bash and cmd see/use the repo for a push but VSCode can not?