idea 拉取分支git pull报错 The branch to pull from should be selected
摘要: 解决IDEA拉取Git分支报错"The branch to pull from should be selected"问题。方法为修改本地仓库.git/config文件中的fetch配置为+refs/heads/*:refs/remotes/origin/*。操作步骤:1)修改配置;2)在IDEA中先git fetch获取远程最新分支信息;3)再git pull拉取目标
·
更多推荐



所有评论(0)