赞
踩
如何使用GitHub管理本地代码:https://blog.csdn.net/u012166958/article/details/100094597
1、我们使用git需要先安装git工具,这里给出下载地址,下载后一路直接安装即可:
https://git-for-windows.github.io/
2、打开“C:\Windows\System32\drivers\etc\hosts”,添加
151.101.185.194 global-ssl.fastly.Net
192.30.253.112 github.com
3、打开cmd执行 ipconfig /flushdns
4、打开git-bash.exe执行一下命令
&cd D: 打开D盘
&mkdir gitmulu 新建文件夹
&cd gitnulu 打开文件夹
&git init
5、点击Clone or dowload 会出现一个地址,复制这个地址备用
& git remote add -f origin https://github.com/wangdingwei123/Test.git ( 网址为要下载的全部目录网址)
&git init
&git remote add -f origin https://github.com/wangdingwei123/Test.git
&git config core.sparsecheckout true
&echo "Test" >> .git/info/sparse-checkout
其中 "Test" 为要下载的单个目录
&cat ./.git/info/sparse-checkout
&git pull origin master
下载网址中所有的文件
&git clone https://github.com/wangdingwei123/Test.git
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。