github文件上传和更新方法
Posted 向阳-Y.
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了github文件上传和更新方法相关的知识,希望对你有一定的参考价值。
新项目上传文件方法
1.首先创建一个项目
点击Create repository
后就会得到一个新建项目的地址,复制好这个地址,之后会用到.
下载git bash工具:https://git-scm.com/downloads,下载完成后右击打开你想上传的项目
2.上传方法
如果是刚建的新仓库:
echo "# XY Cross-domain" >> README.md #引号里是你想添加的内容
git init
git add README.md
git commit -m "描述内容"
git branch -M main
git remote add origin https://github.com/isxiangyang/XY_Cross-domain.git #这里改成你的项目地址
git push -u origin main
3.更新方法
git add ./
git status
git commit -m "描述内容"
git remote add origin https://github.com/isxiangyang/XY_Cross-domain.git
git branch -M main
git push -u origin main #这里的main代表的是github的主分支,我这边默认是main
报错信息
fatal: remote origin already exists.
解决方法:
git remote rm origin
penSSL SSL_read: Connection was reset, errno 10054
解决方法
git config --global http.sslVerify "false"
ailed to connect to github.com port 443 after 21076 ms: Timed out
解决方法:
git config --global --unset http.proxy
以上是关于github文件上传和更新方法的主要内容,如果未能解决你的问题,请参考以下文章
Pycharm配置GIT,并上传文件到GIThub,更新文件到GIThub
tp钱包如何上传币logo钱包收录TP收录TokenPocket logo自主更新代币图标12月最新方法