windows git

Posted jomini

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows git相关的知识,希望对你有一定的参考价值。

先在国内的镜像 下载git windows https://npm.taobao.org/mirrors/git-for-windows/

下载完,直接安装

先在github上面创建仓库,然后在代码所在文件使用git bash如下推送代码

 

 

git init
git remote add origin https://xxx@xx.git
git fetch
git branch master origin/master
git checkout master
然后你就可以用
git add .
git commit -m “提交信息”
git push origin master

以上是关于windows git的主要内容,如果未能解决你的问题,请参考以下文章

github-自我使用-滑稽

GitWindows 配置 SSH-Key

windows git

gitwindows卡住less.exe

GIT Windows服务端搭建笔记

GitHub Desktop使用简介