Git remote server Push fails

后端 未结 2 1423
离开以前
离开以前 2021-01-15 05:40

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

2条回答
  •  梦谈多话
    2021-01-15 06:17

    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.

提交回复
热议问题