Git上传文件到GitHub仓库
步骤1:Git基本设置
1、前置准备
本地需要安装git:https://git-scm.com/download/。
安装完成以后从桌面或开始菜单打开Git工具{点击Git bash 打开}。
2、Git基本信息设置
在git命令行内输入以下代码:引号内的填写你注册github时的用户名和电子邮件。
git config --global user.name "your name"
git config --global user.email "your_email@163....
blog.hi8.site1 min read