之前我看到错误,总是没有耐心地读完整个错误,而是不假思索地搜索一部分错误,导致偏离正确轨道,相当于号错脉了,比如这里只是搜索git did not exit cleanly (exit code 1),尝试的方法都没有效果,越走越远.后来去到github中,把private前面的对勾去掉,才解决这一问题.
1. error/1 主要是系统用来定义内部错误的: Erlang内建的run time error 一共有10种: function_clause/case_clause/if_clause/badmatch/badarg/undef/badarith/badfun/badarity/system_limit, 比如: 1> erlang:binary_to_list(1). ** exception error: bad argument in function binary_to_list