Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Cloning SUMOlibraries from Github fails
  • From: Michael Behrisch <oss@xxxxxxxxxxx>
  • Date: Thu, 18 Jun 2020 07:35:17 +0200
  • Autocrypt: addr=oss@xxxxxxxxxxx; prefer-encrypt=mutual; keydata= xsDiBFLSvucRBACGsasS4GeIWs1CFNTOYmp3ScQ2ZTJLJWQxhPliwtHTzLsErYu9Y7e8qDov iHFviYyaNuceUNoACm1e4MT4eu0DmM2Wk3y/jjD6hfm7L0EZNPxQhj+CJf2oZAm2ezCe7/si xZ2d7TCO8yWavOGbF0EVi/ZDIJqVgupu6WBpv/NCewCg65HQiS1wm+1w1MdFYxKCmXzbv08D /iWXX3tzabbCrLlUum8hBgBpJEHRtlic2uaGsKm8Fize4tfLZkTBbTYLYXfcx2Oq9+lINPTW h9jnbCjAjErRWLTjNTQjel0JnDryCnqabub/R3wScR/EHRDBeS9L6YRj0xdVd2qIaArtSYRR auKPNc4M2qZNEFSM37cXC7avhpdeA/99oJf4qyVly4RxHmekAmj9UJjRx17x9xX8t9uzUuSt AeTh+kQ3o5jK7veU6/F/+pPyi96EOzym9BJA8pgXC8hLWNjOajI10filkdQ26QsfHOpUdPSZ 4Duyw9Ayj8loagEnnAONmU/xE0QlyVBANIut0W+SNqPScYXfnBbVOaG3Hc0mTWljaGFlbCBC ZWhyaXNjaCA8bWljaGFlbEBiZWhyaXNjaC5kZT7CZgQTEQIAJgIbIwcLCQgHAwIBBhUIAgkK CwQWAgMBAh4BAheABQJS0sKXAhkBAAoJEDwQ/pbRcKYp+SEAoMJSvUzfk3u6EA1nMlMVSk85 nHhoAJ0VE5xLi2ni8j9wdx+uga7XGLtjhs7ATQRS0r7nEAQAkQLdzlu3i/Ddziadm2c/60ZX bcY3FYhHHfsKUHC/QING+lu3uHG0nPaElPTAHTr8UdFMbmpXkRs9+1v1RAvHBWW95BbUXZeu oBsoCm+4Jdktu+PeVxGKhOwQRdR30A4y/bIeRn7iMzkZKoQh0lE3ZEbs0T8TUHBGBUqwEhIv Y0MAAwUD/RXrkwtUiR61/bT96eMaxGtO15AqvlM8DYQ3Xs6EH09QlGzr/i0+usi01wGoh13p YGjzEDtTqO+lNs9AtS7nZAHA3cCWzLmdEXw6EY7IH4X7zOpKoj+JtLNjUd2Nzvhyl48LT217 g8GmCACL6Wo/G+fZ+30Mny+gWbDtEGXNIv7fwkkEGBECAAkFAlLSvucCGwwACgkQPBD+ltFw pimNZQCgnN5oibnjl7r2SVle6hgUMcckfN4AoMYRjy/Tqz9tq8TSUqNcOTjlMR7D
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

Hi,
we never heard of this behavior before, please double check that you do
not have a virus and also that your disk is not full.
Instead of cloning you could download the current state
https://github.com/DLR-TS/SUMOLibraries/archive/master.zip

Best regards,
Michael

Am 16.06.20 um 17:06 schrieb Solmaz Razmi Rad - CITG:
> 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
> 
>  
> 
> 
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
> 


Attachment: signature.asc
Description: OpenPGP digital signature


Back to the top