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

Git 搭建本地环境

时间:2019-12-20 18:55:54      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:gitbash   ima   alt   git   nal   gen   global   code   ble   

1.安装GIt

  • Linux :

    输入命令$ sudo apt-get install git

 

  • Windows :

    下载并安装 https://git-scm.com/downloads

 

 2.设置基本信息及初始化

  $ git config --global user.name "name"
  $ git config --global user.email "email@ex.com"

  $ git init

3.获取SSH

  window

    本机公钥路径

    技术图片

 

 

     本地公钥如果不存在,可以在gitbash里输入  ssh-keygen  生成本地公钥

    技术图片

 

 

  Linux 

    本机公钥路径  
    技术图片

 

     如果本地公钥不存在,可以在terminal  输入 ssh-keygen

 

 

 

 
 
 

Git 搭建本地环境

标签:gitbash   ima   alt   git   nal   gen   global   code   ble   

原文地址:https://www.cnblogs.com/M-Balance/p/12068530.html

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