发布自己的github项目

git下载

git关网:https://git-scm.com/


下载后是exe文件

git安装

除了选安装地址,其他都是下一步下一步傻瓜式安装

安装好之后随便一个地方右键多了两个东西

git gui here 和git bash here

git测试配置及创建github项目

右键git bash here

测试是否可用 没报错说明可以
git config --global user.email "自己邮箱"

#生成密钥 回车回车就行 默认地址 c/Users/lenovo/.ssh/id_rsa.
ssh-keygen -t rsa -C "自己邮箱"

记事本打开pub文件,复制密钥

回到github,点头像,setting,

添加新的密钥,就是刚刚记事本打开的内容复制进去







相关推荐
Mr.朱鹏3 小时前
Git 仓库同时推送到 Gitee 与 GitHub 配置指南
git·gitee·开源·github
All for pursuit.5 小时前
FastAPI+Ollama 部署本地AI大模型对话助手
python·github·aigc·ollama
u1301306 小时前
GitHub 热榜项目:日榜(2026-09-18)
人工智能·github
troy12818 小时前
Python 基础语法(九):Django/Flask/FastAPI 三大 Web 框架详细对比解析
python·jupyter·django·flask·github·fastapi
dong_junshuai1 天前
每天一个开源项目#103 BrowserSkill:4.7K星,Agent接管真实浏览器
开源·github·agent
dong_junshuai1 天前
每天一个开源项目#102 六阶段代码复核流程范式
开源·github·agent
峰向AI1 天前
别再给 AI 助手单独付费了,腾讯开源 3.6K 星标的全家共享平台
github
逛逛GitHub1 天前
我近期看到的最有创意的 GitHub 开源项目,太惊艳了。
github
m4Rk_1 天前
【论文阅读】Agent 记忆机制(73):MemGAS——让长期对话记忆按问题选择粒度并关联证据
论文阅读·人工智能·学习·开源·github
横木沉1 天前
IntelliJ IDEA 无法识别 Git:Git is not installed 问题解决
java·git·github·intellij-idea