Git添加远程仓库

一、创建远程仓库 1,在GitHub上创建一个远程仓库(前提是要注册一个GitHub账号),如图所示。 二、配置远程仓库并向远程推送文件 1,用命令“git config user.name yourname”配置name,“git config user.email youremail”配置邮箱。 2,用“git remote add origin https://github.com/lcgz
相关文章
相关标签/搜索