Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Cloning SUMOlibraries from Github fails

Hi,

 

I am trying to compile Plex_SUMO following the instruction on “https://sumo.dlr.de/docs/Installing/Windows_Build.html”. I need to clone SUMOLibraries as well from “https://github.com/DLR-TS/SUMOLibraries”. However, when cloning the codes it fails since the system detects virus (Trojan.TR/Patched.Gen) and deletes most of the contents in SUMOlibraries folder. I have tried to clone using Git webpage, Git desktop, as well as Visual Studio. All of them fail.

Using the command line, I get this error:

 

C:\Users\srazmirad>    git clone --recursive https://github.com/DLR-TS/SUMOLibraries

Cloning into 'SUMOLibraries'...

remote: Enumerating objects: 899, done.

remote: Counting objects: 100% (899/899), done.

remote: Compressing objects: 100% (595/595), done.

remote: Total 80670 (delta 299), reused 884 (delta 293), pack-reused 79771

Receiving objects: 100% (80670/80670), 916.83 MiB | 3.33 MiB/s, done.

Resolving deltas: 100% (34007/34007), done.

error: unable to stat just-written file 32bits/xerces-c-3.2.2/samples/RelWithDebInfo/XInclude.exe: No such file or directory

Updating files: 100% (38876/38876), done.

fatal: unable to checkout working tree

warning: Clone succeeded, but checkout failed.

You can inspect what was checked out with 'git status'

and retry with 'git restore --source=HEAD :/'

 

Would you please let me know if there is any other way to compile source codes?

 

Regards,

Solmaz Razmi Rad

 


Back to the top