fatal: 'origin' does not appear to be a git repository

后端 未结 6 1029
情深已故
情深已故 2020-12-22 18:26

I\'ve a repository moodle on my Github account which I forked from the official repository.

I then cloned it on my local machine. It worked

6条回答
  •  生来不讨喜
    2020-12-22 19:14

    Try to create remote origin first, maybe is missing because you change name of the remote repo

    git remote add origin URL_TO_YOUR_REPO

提交回复
热议问题