
github
寰宇的行者
当学习成为一种习惯
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
如何将本地的代码上传到github
喜欢的同学可以看一下原文,讲得更加详细哦原文地址:http://www.cnblogs.com/cxk1995/p/5800196.html首先你需要一个github账号,所有还没有的话先去注册吧!https://github.com/我们使用git需要先安装git工具,这里给出下载地址,下载后一路直接安装即可:https://git-for-windows.github...转载 2019-04-24 18:45:35 · 165880 阅读 · 40 评论 -
git出现 *** Please tell me who you are. Run...... 错误
*** Please tell me who you are.Run git config --global user.email "you@example.com" git config --global user.name "Your Name"to set your account's default identity.Omit --globa原创 2017-07-18 20:36:44 · 8510 阅读 · 1 评论