$ git push -u origin master
To github.com:a653398363/testtest.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'git@github.com:a653398363/testtest.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

1、在使用git 对源代码进行push到gitHub时可能会出错

2、出现错误的主要原因是github中的README.md文件不在本地代码目录中

3、可以通过如下命令进行代码合并【注:pull=fetch+merge]

git pull --rebase origin master

4、执行上面代码后可以看到本地代码库中多了README.md文件

5、此时再执行语句 git push 即可完成代码上传到github

最新文章

  1. 20.cocoapods的安装和使用
  2. 解决Django站点admin管理页面样式表(CSS style)丢失
  3. Android : <com.mobeta.android.dslv.DragSortListView-引用自定义控件包名错误
  4. 解决cocopods不提示第三方库名字的方法
  5. cocoapods的安装及注意事项
  6. hibernate结合使用gson转换json中一点看法
  7. html锚点
  8. 【HDU 3709】 Balanced Number (数位DP)
  9. 登录验证的js;JS验证邮箱 验证密码
  10. bootstrap的alert提示框的关闭后再显示问题
  11. Yii框架中的form表单
  12. 最佳sql server 分页查询
  13. 数据库部分(MySql)_2
  14. 【译】3. Java反射——构造函数
  15. Find Peak Element(ARRAY - Devide-and-Conquer)
  16. DataTable的序列化和反序列化
  17. Python中collections模块的使用
  18. NSLineBreakByWordWrapping和NSLineBreakByCharWrapping
  19. Spring------SpringBoot中注解
  20. 心脏滴血HeartBleed漏洞研究及其POC

热门文章

  1. Bzoj 2301: [HAOI2011]Problem b(莫比乌斯反演+除法分块)
  2. chrome 截取整个网页
  3. ROS中make_plan服务的使用
  4. avalon里面倒计时功能2
  5. android studio的安装信息
  6. case设计及验证:入口+页面+展示
  7. docker-compose 布署应用nginx中的create-react-app应用获取环境变量
  8. 接口操作XML
  9. Django 测试开发4 Django 模板和分页器
  10. windows开机执行bat