一.下载GitHub for Windows 。地址:https://windows.github.com/
二.上传代码.
三.从GitHUB下载开源代码.
git clone remoteurl(github路径) localdir(本地路径)
后面不带本地路径默认是在当前执行命令目录下。
git clone --recursive git://github.com/isaacs/npm.git
时间: 2024-10-05 15:02:31
一.下载GitHub for Windows 。地址:https://windows.github.com/
二.上传代码.
三.从GitHUB下载开源代码.
git clone remoteurl(github路径) localdir(本地路径)
后面不带本地路径默认是在当前执行命令目录下。
git clone --recursive git://github.com/isaacs/npm.git