> 文章列表 > GitHub新建仓库 上传文档

GitHub新建仓库 上传文档

GitHub新建仓库 上传文档

Author:龙箬
Computer Application Technology
Change the World with Data and Artificial Intelligence !
CSDN@weixin_43975035
振,而飞破虚空

  • 点击New repository
    GitHub新建仓库 上传文档
  • 自定义仓库名称,并勾选 “Add a README file” 选项
    在这里插入图片描述
  • 复制Code链接
    GitHub新建仓库 上传文档
  • 打开终端Git
    GitHub新建仓库 上传文档
  • git clone + 复制链接

GitHub新建仓库 上传文档

  • git add + 文件名
    GitHub新建仓库 上传文档
  • git commit -m “log” 提交代码,并添加注释

GitHub新建仓库 上传文档

  • 按照上述要求进行身份验证
    GitHub新建仓库 上传文档
  • git push -u origin “main”
    GitHub新建仓库 上传文档