执行git pull时报错
Exit status of command 'git pull && git fetch --tags' was 1 instead of 0. There is no tracking information for the current branch. Please specify which branch you want to merge with
6A7C6F6A-AD7B-43A6-AB68-47EAF67B32E3.png根据提示设置主分支
git branch --set-upstream-to=origin/<branch> master
比如git branch --set-upstream-to=origin/master master
执行git pull时报错command 'git pull && git fetch --tags' was 1 instead of 0.
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。