fatal: does not appear to be a git repository

前端 未结 8 1499
无人及你
无人及你 2020-12-02 10:58

Why am I getting this error when my git repository url is correct?

jitendra@JITENDRA-PC /c/mySite (master)
$ git push beanstalk master
fatal: \'git@skarp.bea         


        
8条回答
  •  春和景丽
    2020-12-02 11:33

    I was facing same issue with my one of my feature branch. I tried above mentioned solution nothing worked. I resolved this issue by doing following things.

    • git pull origin feature-branch-name
    • git push

提交回复
热议问题