Cygwin command not found bad characters found in .bashrc 357\273\277

前端 未结 6 925
一生所求
一生所求 2021-01-05 16:42

I\'m new to Cygwin, I just installed it and attempted to set some simple environment variables. However, when I open the command shell, I get the error \"#357\\273\\277 com

6条回答
  •  天命终不由人
    2021-01-05 17:21

    Before feeding your files to cygwin bash, you can do a dos2unix conversion first to take care possible conflicts like CR LF. Open bash

    name@host ~ $ dos2unix your_file.sh

提交回复
热议问题