Git push error: “origin does not appear to be a git repository”

后端 未结 13 1381
醉话见心
醉话见心 2020-11-29 00:28

I am following the instructions given here to create a Git repository. All went well until the last line:

$ git push -u origin master  
13条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 00:41

    May be you forgot to run "git --bare init" on the remote? That was my problem

提交回复
热议问题