Skip to content

git submodule add https://github.com/Lruihao/FixIt.git (NOT A GIT REPOSITORY) #110

Answered by Lruihao
darrenaddy asked this question in Q&A
Discussion options

You must be logged in to vote

As your error message echo that fatal: not a git repository (or any of the parent directories): .git
in other words, your project is not a git repository. So, you should execute the following command at first in you project folder

git init

then,

git submodule add https://github.com/Lruihao/FixIt.git themes/FixIt

Replies: 7 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Lruihao
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Lruihao
Comment options

Comment options

You must be logged in to vote
1 reply
@Lruihao
Comment options

Comment options

You must be logged in to vote
4 replies
@Lruihao
Comment options

@darrenaddy
Comment options

@Lruihao
Comment options

@Lruihao
Comment options

Comment options

You must be logged in to vote
1 reply
@Lruihao
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Q&A question and answer
2 participants
Converted from issue

This discussion was converted from issue #109 on April 11, 2022 14:03.