下载github存储库

代码示例

7
0

github下载

#Github
Direct Download: https://central.github.com/deployments/desktop/desktop/latest/win32
Website Download: https://desktop.github.com/
7
0

如何下载git存储库

git clone "then thing you can copy with https"
6
0

下载github存储库

git clone https://github.com/username/project-name.git
1
0

从现有git回购中拉取

git init .
git remote add origin [url of the repo]
git fetch origin

// To push
git push --set-upstream origin master
git branch -f master origin/master

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................