git-receive-pack: command not found in Windows

后端 未结 4 1553
忘掉有多难
忘掉有多难 2021-01-12 08:24

Wondering how to fix this problem in Windows ?

When i try and use the command \"git push origin master\" I get

git-receive-pack: command not

4条回答
  •  爱一瞬间的悲伤
    2021-01-12 09:14

    I had this problem when I mistakenly tried to git clone a repo that was actually a Mercurial repo. Someone else created the project and I'd never used Mercurial before.

    Felt like an idiot, but I couldn't find any answers on SO that fixed it. Whoops!

提交回复
热议问题