新手git提交到码云上去所遇问题
当从本地仓库提交到远程仓库时( git push -u origin master ),报这个错误.
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
这个是由于本地仓库和远程仓库版本不一致导致,故解决原因可以参考这篇文章解决方案https://www.cnblogs.com/code-changeworld/p/4779145.html
通过git操作提交到码云或者github上的操作步骤
https://blog.****.net/tiegenZ/article/details/79551717
有兴趣可以看下我这次提交到码云上去的一个springboot动静分离的类似于qq空间动静分离的项目,这个项目很早之前写的,一直很忙没有时间提交,故借此学习git来提交下。
https://gitee.com/arryluo/springboot
纯html
https://gitee.com/arryluo/qqdongtai/tree/master/fly-3.0
ps:生活的美好在于点点滴滴.