安装git 淘宝镜像

安装git 淘宝镜像

1、 https://npm.taobao.org/mirrors/git-for-windows/
安装git 淘宝镜像_第1张图片
2、自行选择下载
3、安装默认一路next可安装完成
4、百度ssh配置
5、记录git常用

cat ~/.ssh/id_rsa.pub 查看本机ssh
git init 初始化
git status
git remove add origin xxxx  加远程连接路劲
git add .  添加文件夹下的全部文件
git commit -m"xxxx"    提交 xxx表示提交描述,填什么都可以
git push -f origin matser  -f强制提交

你可能感兴趣的:(安装git 淘宝镜像)