使用Git下载github上的代码

1.
在本地找到要存放代码的目的文件夹
右键选择 Git Bash Here
2.
输入命令

git init

3.
git clone下载对应的github代码

 git clone --depth 1 https://github.com/zjunlp/PromptKG.git

4.
使用Git下载github上的代码_第1张图片

你可能感兴趣的:(git/码云,git,github)