错误提示:No tracked branch configured for branch master or the branch doesn't exist.
image.png
解决方案:
使用 git bash,进入当前项目,介入以下命令即可:
git branch --set-upstream-to=origin/master master
再次使用安卓studio,git拉取更新就可以啦。
image.png
错误提示:No tracked branch configured for branch master or the branch doesn't exist.
image.png
使用 git bash,进入当前项目,介入以下命令即可:
git branch --set-upstream-to=origin/master master
再次使用安卓studio,git拉取更新就可以啦。
image.png
本文标题:安卓studio 配置无法拉取git更新
本文链接:https://www.haomeiwen.com/subject/tgnpnktx.html
网友评论