提交本地代码
切换到和合并的分支
git checkout master
拉取分支的代码
git pull
git merge 本地分支(new_dev_zg)
git add. git commit -m"注释" git push
出现error 是因为git 权限的问题