After cloning a Git repo from my remote server, I have committed some changes on my local copy. I\'d like to push these changes back to the remote server, but I\'m getting a
Looks like you're running in a plain cmd.exe terminal instead of msysgit's bash terminal. Much of git relies on shell scripts; thus, you need to run in a bash terminal instead of cmd.exe.
Are you sure the server is configured correctly, has your SSH key, etc? Did you home-brew the Git server or is this something like git-hub / assembla ?