idea中使用git更新项目出现无法更新

270 阅读1分钟

在idea中更新代码出现:

 

解决办法:

按照提示在idea 中的Terminal中输入git branch --set-upstream-to origin即可;

可以成功提交!