Makefile error make (e=2): The system cannot find the file specified

前端 未结 8 745
有刺的猬
有刺的猬 2020-12-09 09:20

I am using a makefile in windows to push some files on a Unix server (here a text file \"blob.txt\" in the same folder of my makefile). My makefile script is:



        
8条回答
  •  臣服心动
    2020-12-09 09:33

    For those who tried removing the git bin folder from PATH and it didn't work for them, search your PATH variables for any paths containing bash.exe.

    In my case I found a variable linking to cygwin bin folder C:\cygwin64\bin, removed it and it worked.

提交回复
热议问题