ubuntu快速搭建git

Posted 不明白就去明白

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu快速搭建git相关的知识,希望对你有一定的参考价值。

sudo apt-get install git
git config --global user.name "Your Name"
git config --global user.email "email@example.com"
ssh-keygen -t rsa -C "youremail@example.com"

然后找到.ssh,ubuntu下ctrl+H,显示隐藏的.ssh文件夹,把id_rsa.pub文件拷贝到win上,因为vim打开的话,上传到github会格式错误,拒绝添加ssh。

以上是关于ubuntu快速搭建git的主要内容,如果未能解决你的问题,请参考以下文章

手把手教你在 Ubuntu 上搭建 Git 服务器

Ubuntu搭建Gitlab服务器

在Linux下搭建Git服务器的方法是什么样?

ubuntu搭建GitLab

ubuntu上搭建git服务器

Ubuntu Git服务器搭建