-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-bash: giremi: cannot execute binary file #12
Comments
Hi, You can use "chmod 755 giremi" to make it executable. And the README.md Best, 2016-04-07 22:37 GMT-07:00 HungerNature notifications@github.com:
|
Thanks for your kindly. But it might not be the problem of permissions of file. This is the results after I excute the bash command "ll". And I had tried to open README.md with Vim on linux system and Notepad++ editor on Windows 7 system. It can be open,but it is binary file,we couldn't read it. RESULTS: |
Hi, Did you manually download these files? I think you can use "git clone" to Best, 2016-04-08 1:19 GMT-07:00 HungerNature notifications@github.com:
|
Thanks a lot! |
After I download and unzip the giremi software(version 0.2.1). I got three files name "giremi" "giremi.r" and "README.md", all of it are binary file that I couldn't open it. And I had add the directory to environment PATH. But after I run command 'giremi' or 'giremi -h' or 'giremi -help', it give me the error message "-bash: giremi: cannot execute binary file", I had search the error message in google, but I found nothing about it. Could you tell me where I take a mistake?
The text was updated successfully, but these errors were encountered: