Git : 建立自己的本地仓库,并拉取远程代码
- 2020-05-11 13:56:00
- IDO老徐 原创
- 25855
1、新建自己的本地目录
[root@istester ~]# mkdir -p ~/istester_git
[root@istester ~]# cd istester_git/
2、拉远程仓库代码
[root@istester istester_git]# git clone http://t.istester.com:3000/istester/gittest.git (这个,填自己的仓库地址;查看方法,见 http://istester.com/git/442.html)
Cloning into 'gittest'...
remote: Counting objects: 1769, done.
remote: Compressing objects: 100% (1602/1602), done.
Receiving objects: 5% (89/1769), 1.47 MiB | 115.00 KiB/s
如果看到如下,就是成功了
Receiving objects: 100% (1769/1769), 17.44 MiB | 116.00 KiB/s, done.
Resolving deltas: 100% (95/95), done.
[root@istester istester_git]# ll
total 4
drwxr-xr-x 8 root root 4096 May 11 13:55 gittest
4、确认
[root@istester istester_git]# cd gittest/
[root@istester gittest]# ll
total 31280
drwxr-xr-x 3 root root 4096 May 11 13:55 custom
drwxr-xr-x 4 root root 4096 May 11 13:55 data
-rwxr-xr-x 1 root root 31981159 May 11 13:55 gogs
-rw-r--r-- 1 root root 1054 May 11 13:55 LICENSE
drwxr-xr-x 8 root root 4096 May 11 13:55 public
-rw-r--r-- 1 root root 8226 May 11 13:55 README.md
-rw-r--r-- 1 root root 5329 May 11 13:55 README_ZH.md
drwxr-xr-x 7 root root 4096 May 11 13:55 scripts
-rw-r--r-- 1 root root 36 May 11 13:55 start_ByIdo.sh
drwxr-xr-x 11 root root 4096 May 11 13:55 templates
搞定 ,
更多内容,见后续更新;
推荐阅读 :软件测试25条职业发展方向 / 21天搞定Linux / Linux部署 / 600位测试工程师现状
1. 所有文章,均为IDO老徐原创(免费学习,欢迎收藏、转发),博客地址 isTester.com
2. 顶部菜单,按栏目查询,可快速检索你需要的所有文章 。看完文章还有不明白的,微信联系 IDO老徐
100 个实战小项目,少亏钱,多赚钱
送《一人企业复利商业化》实体书(包邮)
365 * 24 随时向 IDO老徐 免费提问
微信 957863300
- 软件测试从业者知识体系大纲(脑图)
- 软件测试工程师需要掌握的SQL命令合集(21天掌握)
- 电子书:软件测试综合能力提升@IDO老徐
- 如何选择一台适合日常学习的Linux云服务器 ?
- Centos 下mysql数据库完整安装过程
- 所有你要的软件测试资料打包送上(最新)
- 21天,搞定软件测试从业者必备的Linux命令(完整篇)
- Linux 下 部署 禅道(zentao)项目管理系统
- Mysql安装,解决 ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) 问题
- git 查看本地仓库,对应的“远程仓库地址”
想了解更多 ?
所有原创软件测试文章都在这
有近10W 软件测试工程师关注
助力「软件测试从业者综合能力提升」
关注后,回复 666 有惊喜
长按/扫码 关注@简尚
我的个人微信 957863300
IDO老徐
全网同名,个人IP公众号
日更10年,每天 1 分钟、解决 1 个问题
职场、副业、轻创业、写作、个人IP
公众号、视频号、小红书、知乎
长按/扫码,关注IDO老徐
关注回复 401 送你一份资料包
联系人: | IDO老徐 |
---|---|
Email: | 957863300@qq.com |
QQ: | 957863300 |
微信: | 957863300 |
微博: | isTester |
网址: | isTester.com |
地址: | 中国 . 广东 . 深圳 |