 推荐学习书目
› Python Cookbook
推荐学习书目
› Python Cookbook|  |      1chuangbo      2010-10-19 22:00:32 +08:00 如果只是使用 git push 的话,需要远端仓库相同分支已经有至少一次提交。 因为远端可能还没有 master 所以首次 push 需要类似于 git push origin master 以指定 remote 和 branch | 
|  |      2evenkevin OP 谢谢,已搞定 |