Git添加远程仓库

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