Git 无法 pull
idea git pull失败
错误提示信息
Can not Update No tracked branch configured for Branch dev or the branch doesn't exist ,
To make your branch track a remote branch call ,for example,
git branch --set-upstream-to=orgin/dev dev
复制最后一句git命令,在idea打开项目所在文件地址(右键项目,点击Show in Explorer),进去之后再次右键对应项目,打开 git bash here,输入复制的git命令回车(自己idea提示的git命令)