记录gitee再次提交和错误提示
生活随笔
收集整理的這篇文章主要介紹了
记录gitee再次提交和错误提示
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
接上次的gitee首次提交,再次提交
1git init
2git add .
3git commit -m “add_second”
4git push
中途遇見一次錯誤
failed to push some refs to git
原因是readme文件不在本地
運行git pull --rebase origin master
再次git push解決
記錄一下
若錯誤為
fatal: The current branch login has no upstream branch.
To push the current branch and set the remote as upstream
則是文件名與倉庫名不一致造成
輸入git push --set-upstream origin login解決
總結
以上是生活随笔為你收集整理的记录gitee再次提交和错误提示的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: css去除div连速点击的蓝色高亮效果
- 下一篇: 记录,再次运行vue项目报错POST h