今天试git的时候最后一步 git本地仓库push远程仓库的时候,出了这个错:
fatal the current branch master has no upstream branch
解决方案 : 用如下命令提交
git push -u origin master
具体原因转向另一篇博客看:http://blog.csdn.net/kindle_code/article/details/52196511
今天试git的时候最后一步 git本地仓库push远程仓库的时候,出了这个错:
fatal the current branch master has no upstream branch
解决方案 : 用如下命令提交
git push -u origin master
具体原因转向另一篇博客看:http://blog.csdn.net/kindle_code/article/details/52196511
975
1万+
1690
4298

被折叠的 条评论
为什么被折叠?
