There is no tracking information for the current branchPlease specify which branch you want to merge withSee git-pull1 for details git pull remote branchIf you wish to set tracking information for
出现了这个问题,是因为当前分支没有与远程分支建立关联,无法确定应该与哪个分支进行合并。可以使用git pull命令指定要合并的远程分支。如果想要将当前分支与远程分支建立关联,可以使用git branch --set-upstream-to命令来设置。
原文地址: https://www.cveoy.top/t/topic/b1iU 著作权归作者所有。请勿转载和采集!