原文:No tracked branch configured for branch show or the branch doesn't exist. To make your branch track a remote branch call, for example, git branch --set-upstream-to=origin/show show

解決方法: 按照提示在IDEA的Terminal中輸入git branch set upstream to origin即可。 ...

2020-04-22 15:39 0 1229 推薦指數:

查看詳情

使用$ git branch --set-upstream-to origin/master master指令

當你從遠程分支上checkout一個本地分支,這個時候,你去pull代碼會出現報錯。 在idea的Terminal窗口使用 $ git branch --set-upstream-to origin/master master 指令可以關聯分支, 關聯后,通過指令可以pull代碼,不需要指定 ...

Tue May 08 00:07:00 CST 2018 0 1941
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM