Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git command doesn't work #1

Open
Codinablack opened this issue Nov 20, 2023 · 1 comment
Open

Git command doesn't work #1

Codinablack opened this issue Nov 20, 2023 · 1 comment

Comments

@Codinablack
Copy link

I have tried using powershell, git bash, and cmd with your command, all of which under administrator/elevated privileges, and all of which were properly cd'd to the correct directory (which clearly has no bearing on this type of error anyways), and each and every time the bash/terminal returns to me this error.

"fatal: not a git repository (or any of the parent directories): .git"

The command I was using was the one listed on projects main page

git submodule add https://github.com/lubgr/lua-cmake external/lua

@Mister-Ky
Copy link

try using git to create and initialize a repository
in your case, you don't have a repository and git doesn't know who to add the submodule to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants