1. 在使用源代码push到github的时候,可能会出错
  2. 如何解决failed to push some refs to '[email protected]:mail/file.git'

  3. 出现错误的原因是:origin中的README.md文件不在本地目录代码中(英文中有写updates were rejected because the remote contains work that you do)

  4. pull一下,使得本地也出现README.md
  5. 如何解决failed to push some refs to '[email protected]:mail/file.git'

  6. 如何解决failed to push some refs to '[email protected]:mail/file.git'
  7. 然后再push就可以成功啦。
  8. 如何解决failed to push some refs to '[email protected]:mail/file.git'
  9. 同步成功啦。

相关文章: