• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Git not found on system.

Status
Not open for further replies.

katos

Noble Member
Hey guys,

Having an error when trying to compile trinitycore on a windows VPS - I get to the CMake stage and hit configure and it throws an error saying GIT doesn't exist on the system, when it is installed (Including Git, MySYSGit and KDiff)

The error:
vipldg.png


Any suggestions please?


Many thanks,
Katos
 

Tommy

Founder
1. You can do that check the Box.

2. You could reinstall the correct way ( so you don't have to check the WITHOUT_GIT box all the time). I do have a general tutorial on how to do that https://www.youtube.com/watch?v=_pOZUqGanSo. (Just pointing that out)

3. It is just a path issue, so just add it to your variable path:

1. Right click on Computer.
2. Click Advanced System Settings
3. Click Environment Variables inside the Advanced Menu
4. Under System Variables, scroll to PATH
5. Add ;"C:\path\to\git\bin";"C:\path\to\git\cmd"
 
Last edited:

Tommy

Founder
1. You can do that check the Box.

2. You could reinstall the correct way ( so you don't have to check the WITHOUT_GIT box all the time). I do have a general tutorial on how to do that https://www.youtube.com/watch?v=_pOZUqGanSo. (Just pointing that out)

3. It is just a path issue, so just add it to your variable path:

Bump, still having following issue:

Any help will be greatly appreciated.

67af3d2720ceb2b7c6836e1557a7a6c3.png

Did you not do as I or Jpp replied with? If you didn't install Git correctly, then you need to reinstall it or at least mention you did and what options you selected so we know.
 

Agger

Epic Member
Apologies, I have installed GIT correctly, so my PATH has been modified.

But the error still occured.

I have tried to pull a fresh source and reconfigure, still nothing.
 
Last edited:

katos

Noble Member
Exactly the same error occurring, to clarify. Did what you said and reinstalled GIT correctly, even tried not using GIT and same error.
 

Tommy

Founder
Is this with a recent TC source? Are you sure you have everything installed on the VPS (OpenSSL, etc)? Can you screenshot the options you selected? Never seen those errors before so they are new to me as well.
 

Agger

Epic Member
It is done with the very recent TC source.
Here is a picture of the CMake configuration.

b5137544daae55a0df601ae0f5673b9d.png


We're using visual studio 9 2008, because the VPS is, for some reason, too old to run Visual Studio 2013..
 

Tommy

Founder
It is done with the very recent TC source.
Here is a picture of the CMake configuration.

b5137544daae55a0df601ae0f5673b9d.png


We're using visual studio 9 2008, because the VPS is, for some reason, too old to run Visual Studio 2013..

Image shouldn't show up. ... nevermind

Uncheck WITHOUT_GIT since you reinstalled and corrected the paths. What year is the vps? The VS you're selecting might be the issue.
 
Status
Not open for further replies.
Top