码迷,mamicode.com
首页 > 其他好文 > 详细

自建git服务器搭建使用记录

时间:2018-05-04 17:11:03      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:问题   oba   wiki   htm   iter   config   使用   html   rsa   

Git本地中文文件名问题解决 linux环境

//Git本地中文文件名问题解决
git config --global core.quotepath false

克隆自建的Linux上的远程仓库

//1 创建用户
git config --global user.name "你的名字"
git config --global user.email "你的邮箱"

//2 创建秘钥(用来防止每次commit或push都需要密码)
ssh-keygen -t rsa -C "你的邮箱"

//3 取得公钥(找到.ssh目录下的id_rsa.pub文件)

Linux上(CentOS)搭建Git服务器

参考了:
https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000/00137583770360579bc4b458f044ce7afed3df579123eca000
https://www.cnblogs.com/liter7/p/6581344.html

自建git服务器搭建使用记录

标签:问题   oba   wiki   htm   iter   config   使用   html   rsa   

原文地址:https://www.cnblogs.com/papi/p/8990849.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!