git.exe pull --progress -v --no-rebase "origin" master remote: You do not have permission to pull the repositoryfatal: unable to access 'https://gitee.com/xxxx.git/': The requested URL returned error: 403 git did not exit cleanly (exit code 1) (
公司的git开发模式是“主干发布,分支开发”,大多数情况下是多个开发在同一dev分支上进行开发,因此需要经常pull代码,如果本地工作区存在代码修改,那么pull肯定失败,提示需要先commit已修改的部分, 如下 error: Your local changes to the following files would be overwritten by merge: xxx/xxx/xxx.php Please, commit your changes or stash them befo