mac-git-将大神们的代码clone到本地

Posted jpr-ok

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac-git-将大神们的代码clone到本地相关的知识,希望对你有一定的参考价值。

复制链接:

技术图片

 

 clone到本地

(base) localhost:Pyexample ligaijiang$ pwd
/Users/ligaijiang/Pyexample
(base) localhost:Pyexample ligaijiang$ mkdir ItChat_Learning
(base) localhost:Pyexample ligaijiang$ ls
ItChat_Learning    Merge        Merge_Conflict    MyGit1        MyGit2        version1.txt    version2.txt
(base) localhost:Pyexample ligaijiang$ cd ItChat_Learning/
(base) localhost:ItChat_Learning ligaijiang$ ls
(base) localhost:ItChat_Learning ligaijiang$ git clone https://github.com/gaigai-ok/ItChat.git  #将云端clone到本地
Cloning into ‘ItChat‘...
remote: Enumerating objects: 1464, done.
remote: Total 1464 (delta 0), reused 0 (delta 0), pack-reused 1464
Receiving objects: 100% (1464/1464), 961.38 KiB | 130.00 KiB/s, done.
Resolving deltas: 100% (951/951), done.
(base) localhost:ItChat_Learning ligaijiang$ ls
ItChat
(base) localhost:ItChat_Learning ligaijiang$ cd ItChat
(base) localhost:ItChat ligaijiang$ ls
LICENSE        README.rst    docs        mkdocs.yml
README.md    README_EN.md    itchat        setup.py
(base) localhost:ItChat ligaijiang$ 

 

以上是关于mac-git-将大神们的代码clone到本地的主要内容,如果未能解决你的问题,请参考以下文章

mac-git-将云端文件pull到本地

更新github上代码

eclipse git 如何拉取代码

有访问权限的gitlab如何把上面的代码clone到本地

git提交代码

git clone 命令