修改多个git提交的问题,即一次提交多个版本库更新
目前是在github下新增一个新的版本库,即同步到不同的服务器上
编辑.git 下的config
[remote "origin"]
url = https://username@github.com/username/project/fetch = +refs/heads/*:refs/remotes/origin/*
上面的配置会提示输入两次密码
在git push后会显示
‘No refs in common and none specified’doing nothing
输入git push origin master即可解决问题
git push ‘No refs in common and none specified’doing nothing,布布扣,bubuko.com
git push ‘No refs in common and none specified’doing nothing
原文:http://blog.csdn.net/jacsice/article/details/20905891