简体   繁体   中英

Amazon Web Services error

I have finished my assignment earlier today on cloud9 and when I returned to it today I found this error:

我遇到的错误

I am relatively new to AWS and I am not sure what happened to my original code. Does anyone know how to fix this issue? Thank you!

It looks like one of your source files has been overwritten with a binary. (The ELF characters at the start are a big clue ...)

Does anyone know how to fix this issue?

Restore the missing file from backups or from your source code repository. If you have neither of those, you will need to type in the missing file from memory.

There is no sensible way to recover lost C or C++ source code from a binary.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM