第一步:添加改动 git add . 第二步:提交改动 git commit -m “替换了 SerialPort 库文件” 第三步:推送到远程 git push 为什么git 的UI界面做的远不如SVN