Git 报错解决:! [rejected] master -> master (fetch first)
及 Git 基础使用教程
在使用 Git 进行代码管理时,初学者经常会遇到各种报错。本文将详细分析一个常见的 Git 报错:! [rejected] master -> master (fetch first)
,并提供解决方法。同时,我也会分享一些 Git 的基础使用技巧,帮助初学者快速上手 Git。
报错场景
我在本地初始化了一个新的 Spring Boot 项目,并尝试将其推送到 Gitee 远程仓库时,遇到了以下错误:
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://gitee.com/Metale/second-hand-trading_backend.git'
hint: Updates were rejected because the remote contains work that you do not
hint: have locally. This is usually caused by another repository pushing to
hint: the same ref. If you want to integrate the remote changes, use
hint: 'git pull' before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
这个报错的意思是:远程仓库的 master