You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we needed to use dos2unix to be able to install and correctly use Twgit on OSX, in order to convert all files to LF instead of CRLF.
Problem encountered Here all lines with command not found were in fact empty.
➜ twgit git:(stable) sudo make install
:command not found/makefile.sh: line 2:
:command not found/makefile.sh: line 8:
:command not found/makefile.sh: line 11:
:command not found/makefile.sh: line 17:
'Users/morgan/twgit/makefile.sh: line 31: syntax error near unexpected token `{'Users/morgan/twgit/makefile.sh: line 31: `main() {
make: *** [install] Error 2
Hi,
we needed to use
dos2unix
to be able to install and correctly use Twgit on OSX, in order to convert all files to LF instead of CRLF.Problem encountered
Here all lines with
command not found
were in fact empty.Solution used
Even if we only tweaked
Makefile
andmakefile.sh
, and installed twgit, we would have issues later when executing commands.The text was updated successfully, but these errors were encountered: