GitHub 创建仓库和提交项目

1、注册用户。 打开 https://github.com/ , 点Sign up 注册即可。 2、创建项目 3、提交项目代码 cd zhihuribao // 在本地命令行中切换到自己的项目中 git init // 初始化仓库(想当于新建本地仓库) git add . // 把所有文件提交到暂存区 git commit -m ‘init’ // 提交到本地仓库 git remote add o
相关文章
相关标签/搜索