博客
关于我
Ubuntu 20.04 Desktop 安装 配置 Git
阅读量:353 次
发布时间:2019-03-04

本文共 1034 字,大约阅读时间需要 3 分钟。

?Ubuntu??????Git

?????Git????????????????????Ubuntu??????????

??Git

?Ubuntu???Git???????????????????

sudo apt install git

????????????????y??????????????? Tower ???????????y??????

??????

????????Git??????

git --version

????Git???????????????

??Git

??Git?????????????????????????

git config --global user.name "?????"git config --global user.email "??????"

???????

git config --list

???????????????????????????

??SSH??

?????????????SSH????????????????

ssh-keygen -C "??????" -t rsa

?????????????????????????????????~/.ssh/id_rsa?????vi?gedit??id_rsa.pub?????????????

??SSH???GitHub

????GitHub??????Settings?????????Account settings???????????SSH keys??SSH?????????New SSH key???????????????????????????????????????

????

??SSH?????????????GitHub?

ssh -T git@github.com

???yes???????????????????

????

???????????GitHub???????????????????????????

git clone ????

?????????????????????????????

????

??????????????????????????????????????

chmod 777 -R???

??????????????????

?????Ubuntu????????Git????????????????????Git??????????????????????

转载地址:http://ykme.baihongyu.com/

你可能感兴趣的文章
PHP XSS攻击防范--如何过滤用户输入
查看>>
php zookeeper实现分布式锁
查看>>
PHP 中 this,self,parent 的区别、用法
查看>>
PHP 中如何高效地处理大规模数据的排序?
查看>>
PHP 之ftp客户端类封装实现
查看>>
php 代码改进
查看>>
php 代码混淆
查看>>
PHP 使用 $_SERVER['PHP_SELF'] 获取当前页面地址及其安全性问题
查看>>
Redis系列之如何避免缓存击穿
查看>>
php 内存分析
查看>>
PHP 函数名前面加&
查看>>
redis报错
查看>>
php 删除包含某一字符的数组元素
查看>>
Redis学习总结(19)——Redis 5种集群方式对比
查看>>
php 反射
查看>>
php 处理 大并发
查看>>
php 大文件上传
查看>>
php 子进程监听消息,swoole学习笔记之多线程端口监听问题记录 多进程epoll模式...
查看>>
PHP 学习笔记 (四)
查看>>
Redis入门概述
查看>>