No tracked branch configured for branch master or the branch doesn't exist

解决办法:

按照提示在项目目录文件夹下输入git branch --set-upstream-to origin即可;
还不行的话输入 git branch --set-upstream-to origin/master

相关文章:

  • 2022-12-23
  • 2021-11-09
  • 2022-12-23
  • 2021-06-22
  • 2021-07-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
  • 2021-06-09
  • 2021-09-19
  • 2022-12-23
相关资源
相似解决方案