随笔分类 -  GitHub

摘要:上传到GitHub git下载:https://gitforwindows.org/ 1、首先在GitHub平台上创建自己的账号和项目 如:https://github.com/zhanyun-project/wx_Dome.git 2、本地操作,右击本地项目,选择Git Bash Here(在Gi 阅读全文
posted @ 2018-07-26 13:41 独行的心 阅读(989) 评论(0) 推荐(0)
摘要:重新执行Git config命令配置用户名和邮箱即可: git config -–global user.name "xxx" git config --global user.email "xxx@xx.com" 阅读全文
posted @ 2018-05-21 12:28 独行的心 阅读(1345) 评论(0) 推荐(1)