Git remote server Push fails

后端 未结 2 1418
离开以前
离开以前 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.

    0 讨论(0)
  • 2021-01-15 06:17

    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 ?

    0 讨论(0)
提交回复
热议问题