Open valentinitnelav opened 3 years ago
Hello,
Thank you very much for your report. The invalid carriage return character is a recurring problem for which I have not yet found a clear answer. It might be related to the configuration of Git. Unfortunately, I cannot reproduce it on multiple systems; lines somehow always seem to end correctly.
What is the setting in your setup of git?
git config --global core.autocrlf
Meanwhile it might work to forcefully remove seemingly invalid CRLF characters using the tool dos2unix
:
# run these two lines from the AIDE installation folder before building containers with docker or docker-compose
sudo apt install dos2unix -y
dos2unix *.sh docker/*.sh docker/Dockerfile
Hi,
Thanks for looking into this case.
The line:
git config --global core.autocrlf
gives: true
Hi,
After installing, when I try to run
I get the following error messages:
Not sure why I get the invalid character error. Most probably something went wrong during installation. I run on
During installation I got this error message:
When I try to execute with Docker Compose, I get the followings: