Ubuntu连结远程github

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu连结远程github相关的知识,希望对你有一定的参考价值。

一、Ubuntu安装git软件

1、安装git和ssh

[email protected]:~$ sudo apt install git
[email protected]:~$ sudo apt install ssh

2、配置git用户信息

[email protected]:~$ git config --global user.name "wangpengtai"
[email protected]:~$ git config --global user.email "[email protected]"

注意:

[email protected]:~/devops$ git commit -m "add centos6_security.sh"
*** Please tell me who you are.
Run
  git config --global user.email "[email protected]"
  git config --global user.name "Your Name"
to set your account‘s default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got ‘[email protected](none)‘)

不配置这会提示的!告诉你使用方法。

二、Ubunu本地创建ssh密钥

[email protected]:~$ ls -al

查看下有没有.ssh文件,Ubuntu新系统不带ssh,所以没有,手动创建一个或者ssh连接一台服务器,建立一下连结就行了。

[email protected]:~$ ssh-keygen -t rsa -C "[email protected]"

一直回车下去,在.ssh文件夹中找到id_rsa.pub,将其内容拷贝下来。

技术分享三、github上添加ssh key密钥

技术分享

技术分享

四、将github上的库克隆到本地

1、下载远程仓库

仓库可以新建一个,现在有现成的不弄了。

[email protected]:~$ git clone  [email protected]:wangpengtai/devops.git

首次建立连接需要确认来自github连接的信息。

2、本地代码推送到github

[email protected]:~/devops$ git add centos6_security.sh 
[email protected]:~/devops$ git commit -m "add centos6_security.sh"
[email protected]:~/devops$ git commit -m "add centos6_security.sh"
[email protected]:~/devops$ git push origin master

技术分享

本文出自 “LINUX” 博客,请务必保留此出处http://wangpengtai.blog.51cto.com/3882831/1964031

以上是关于Ubuntu连结远程github的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu git生成ssh key配置github或者码云

ubuntu git生成ssh key (公钥私钥)配置github或者码云

ubuntu的git安装及远程代理仓coding配置

ubuntu的git安装及远程代理仓coding配置

git常用命令(linux以ubuntu为例子)以及github远程仓库使用--初学版

公主连结网页抽卡