I'm a new user of GIT on windows. I have been using GIT on linux for a while but for some reason, I need to use GIT on windows. Now my problem is GIT bash for windows does not perform any remote operation and returns to command prompt with no msgs. For eg: git fetch, git pull, git remote show origin, etc will give you no result. Where as it does give me output for local operations like git log, git branch, git commit, etc.
Also the GIT GUI Client gives error "Command Failed" for remote operations.
I tried re-installing it several times. I tried a previous version 2.5.3 of GIT as well (latest version is 2.6.0).
Does anyone know how to solve this issue?