GitHub 上的 Subindo seu 存储库位于comando 的链接中

2025-06-04

GitHub 上的 Subindo seu 存储库位于comando 的链接中

嗯,快速快速地假装在 GitHub 上的存储库!

  1. 确认已安装。没有终端或命令提示符检查命令列表git -v

  2. 没有 GitHub,呐喊 um novo 存储库。 Na tela onde pede para fazer upload or criar aquivos, Guarde o link HTTPS que será geradoGitHub

  3. Abra 或 Git Bash 或终端与意大利面或 seu projeto

  4. 在 Git 存储库中启动意大利面,操作方法如下:
    git init

  5. 接下来,请提供有关准备或提交的配置信息:
    git add .

  6. 可选: Adicione um arquivo readme caso não tenha iniciado or repositório com ele:
    git add README.md

  7. Crie um novo commit para os arquivos que irá subir para o repositório:
    git commit -m "first commit"

  8. Suba seus arquivos utilizando a URL gerada no passo 2 no seguinte comando:
    git remote add origin URL-GERADA-PELO-PASSO-2-AQUI

  9. 自动上传 com seu 登录名和 senha:
    git push -u origin master


Se este link lhe foi útil, deixe seu ❤️。

文章来源:https://dev.to/alanfabricio/subindo-seu-repositorio-no-github-atraves-da-linha-de-comando-3kcm
PREV
每个人都必须知道的 10 个 JavaScript 字符串方法
NEXT
Python 的 Print() 函数到底做什么?!?基础知识:Print()+ Print()++