Why do I get “fatal: git status --porcelain failed”?

前端 未结 13 1875
星月不相逢
星月不相逢 2020-12-09 07:39

This is a huge pain in the bum. I\'ve got this a few times before and I don\'t understand why. 5 mins ago the repo was fine and working, I move some files around (which is a

13条回答
  •  醉梦人生
    2020-12-09 08:16

    git remote -v
    #now run the same commands 
    git remote add origin remote-repository-url.git
    git push origin master
    

    // It's work very well

提交回复
热议问题