Git仓库管理笔记

发布时间:2024年01月15日

问题:

hint: the same ref. If you want to integrate the remote changes, use
Done
在这里插入图片描述

解决:
解决方法:

1、先使用pull命令:

git pull --rebase origin master
2、再使用push命令:

git push -u origin master

文章来源:https://blog.csdn.net/weixin_61034310/article/details/135610962
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。