You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: