dillongoostudios/goo-engine

problem regarding git when i try to make update

Mqtteo0 opened this issue · 0 comments

I dont understand why but im having this error at the end of the make update:

C:\Users\matte\Desktop\blender-git\goo-engine>make update
No explicit msvc version requested, autodetecting version.


** Visual Studio 2019 Developer Command Prompt v16.11.27
** Copyright (c) 2021 Microsoft Corporation


[vcvarsall.bat] Environment initialized for: 'x64'
Compiler Detection successful, detected VS2019
Updating '.':
At revision 63446.
C:\Program Files\Git\cmd\git.exe rev-parse --show-toplevelfatal: not a git repository (or any of the parent directories): .git

I tried to find a solution but i cant find anything, im pretty sure everything is installed correctly.
Git works, python does too, even tho i received a "python was not found" after installing the library.
I run git --version and pythond --version in the console and they both works.
Anyway does somebody have a solution for this?