<config>
<readme>
<bug>
bug 1:push of current branch was rejected remote changes need to be merged before pushing
出错原因:
是因为远程repository和我本地的repository冲突导致的,而我在创建版本库后,在github的版本库页修改了文件,但是却没有pull到本地。这样就产生了版本冲突的问题。
从远程获取:pull
上传到远程
1.vcs->git->commit file
2.push