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

后端 未结 13 1390
醉话见心
醉话见心 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条回答
  •  萌比男神i
    2020-11-29 00:36

    Here is how I resolved this issue

    Go to the remote repository on Github and copy the project's repository url.

    On git bash type: git remote add origin the remote repository url goes here

提交回复
热议问题