起因:Python使用管道执行git命令报错
报错::standerrb"error: unknown switch `m'\nusage: git add [<options>] [--] <pathspec>...\n\n -n, --dry
我在cmd窗口可以执行
用管道不可以执行
所以我试了一下shell = True
然后完美解决
git add . && git commit -m "autobuild commit git push index" && git push origin master