ZBLOG

fatal: The current branch main has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin main To have this happen automatically for branches without a tracking upstream, see 'push.a...

这是一个 Git 的错误提示信息,意思是当前分支 main 没有追踪的上游分支。如果想要推送当前分支并设置远程分支为上游分支,可以使用下面的命令:

git push --set-upstream origin main

也可以通过设置 push.autoSetupRemote 参数来自动设置没有追踪的上游分支。具体可以查看 git help config 获取更多信息。

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://golang.0voice.com/?id=4051

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?