mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Display the most likely resolution to the Error FAILED TO DETERMINE COMMIT ID.
This commit is contained in:
@ -610,6 +610,7 @@ See the make.cfg file for additional build options.
|
|||||||
key_name = str(key_name+"-"+commit_id)
|
key_name = str(key_name+"-"+commit_id)
|
||||||
except:
|
except:
|
||||||
print_error("FAILED TO DETERMINE COMMIT ID.")
|
print_error("FAILED TO DETERMINE COMMIT ID.")
|
||||||
|
print_yellow("Verify that \GIT\BIN or \GIT\CMD is in your system path or user path.")
|
||||||
commit_id = "NOGIT"
|
commit_id = "NOGIT"
|
||||||
|
|
||||||
cfg = configparser.ConfigParser();
|
cfg = configparser.ConfigParser();
|
||||||
|
Reference in New Issue
Block a user