2 Github Local Pull Github
1 安装与配置
yum -y install git-all.noarch$ git config --global user.name "hanyuntao"
$ git config --global user.email "hanyuntaocn@163.com"
$ git config --list$ ssh-keygen -t rsa -C "hanyuntaocn@163.com"ssh -T git@github.com #远程登录git2. 界面创建github


3 创建仓库上传github或gitlab
4. 上传本地项目到github或gitlab
5. 解决错误
Last updated
