上传code至github的步骤

一、步骤

直接来干货:

1、首先在github中创建一个repository。

VsCode使用Git上传代码至GitHub上_vscode提交github-CSDN博客

2、然后按照github的官网操作,或者以下链接,在VScode的终端中输入一系列代码push即可。

vscode代码上传到github仓库 - 知乎w

二、问题

(1)如果你第一次上传错了,需要重新上传。那么你在第二步是会发生
ERROR: Repository not found.

So a possible solution here would be simply removing the existing remote:

那么需要在终端里把original删除[1]
git remote remove origin

references

1\] https://www.cloudbees.com/blog/remote-origin-already-exists-error

相关推荐
uhakadotcom11 小时前
云计算与开源工具:基础知识与实践
后端·面试·github
uhakadotcom12 小时前
BPF编程入门:使用Rust监控CPU占用
后端·面试·github
uhakadotcom12 小时前
GHSL-2024-252: Cloudflare Workers SDK 环境变量注入漏洞解析
后端·面试·github
uhakadotcom12 小时前
GHSL-2024-264_GHSL-2024-265: 了解 AWS CLI 中的正则表达式拒绝服务漏洞 (ReDoS)
后端·面试·github
uhakadotcom12 小时前
了解Chainlit:简化AI应用开发的Python库
后端·面试·github
小华同学ai13 小时前
1K star!这个开源项目让短信集成简单到离谱,开发效率直接翻倍!
后端·程序员·github
ON.LIN14 小时前
Git提交本地项目到Github
git·github
uhakadotcom14 小时前
使用 Model Context Protocol (MCP) 构建 GitHub PR 审查服务器
后端·面试·github
uhakadotcom14 小时前
Apache Airflow入门指南:数据管道的强大工具
算法·面试·github
uhakadotcom14 小时前
Ruff:Python 代码分析工具的新选择
后端·面试·github