博客
关于我
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 解决项目中多个自动加载冲突问题
查看>>
PHP 设置调试工具XDebug PHPStorm IDE
查看>>
php 身份证号检测
查看>>
PHP 输入输出流合集
查看>>
PHP 过滤器(Filter)
查看>>
php 运算符and or && || 的详解
查看>>
php 返回html字符串长度限制,记一次js中和php中的字符串长度计算截取的终极问题和完美...
查看>>
php 阿里云oss 上传回调
查看>>
PHP 面向对象 final类与final方法
查看>>
php+JQ+EasyUI自动加载数据
查看>>
php+sql server根据自增序号id区间查询第几条到第几条的数据
查看>>
php--------获取当前时间、时间戳
查看>>
Redis使用场景举例
查看>>
php--正则表达式
查看>>
php--防止sql注入的方法
查看>>
PHP-CGI Windows平台远程代码执行漏洞复现(CVE-2024-4577)
查看>>
php-cgi耗尽报502错误
查看>>
php-cgi(fpm-cgi) 进程 CPU 100% 与 file_get_content...
查看>>
PHP-DI/Invoker 开源项目使用教程
查看>>
php-fpm与Nginx运行常见错误说明
查看>>