1. 程式人生 > >GIT遇坑系列

GIT遇坑系列

1 本地分支 沒有與遠端分支建立聯絡

報錯: If you wish to set tracking information for this branch you can do so with:

git branch --set-upstream-to=origin/<branch> fixbug_master_20181025

解決方案: 建立本地與遠端分支的連結 git branch --set-upstream-to=origin/fixbug_master_20181025 fixbug_master_20181025

以後遇坑再補坑,持續更新,?