`
songkang666
  • 浏览: 105585 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

Git step by step 2 之安装及配置

    博客分类:
  • GIT
 
阅读更多
Git的安装比较简单

一、安装
1、在Debian与Ubuntu下,完全可以用一个apt-get install git或aptitude install git即可完成。这种方法的好处是:简单。

2、还可以用源码进行安装,用源码进行编译安装的话,需要到http://git-scm.com/download下,但需要fan qiang,不然进不去。这种方法的

我用了简易的aptitude install git,只不过Debian的更新源有点问题,找了最新的更新源,编译了source.list文件,即可。


二、配置
安装之后需要配置一下。

Git的配置,有系统级配置、用户级配置以及项目级配置

git config --system(系统级配置,读写的是/etc/gitconfig文件,它是系统对所有用户都普遍适用的配置)
git config --global(用户级配置,读写的是当前用户"家"目录中.gitconfig文件)
git config (项目级配置,读写的是当前项目的工作目录中.git/config文件)


我们进行配置时,可以针对用户进行配置
git config --global user.name "xxx"
git config --global user.email "xxx@yyy.com"
这两条配置比较重要,它能使得git知道是谁提交的,提交时,这两种信息也会被存储到版本库中。

为了能使一些重要的信息进行高亮显示,可以这样配置:
git conig --global color.ui "always"


对于解决中文乱码问题
可以看下面这个图片中的方法,我在debian的命令行模式下进行的,没有中文输入法,因此没有实验。


more:
《pro git》
《git 权威指南》
  • 大小: 40.5 KB
分享到:
评论

相关推荐

    Git Learn Version Control with Git A step-by-step Ultimate beginners Guide epub

    Git Learn Version Control with Git A step-by-step Ultimate beginners Guide 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除

    Git Learn Version Control with Git A step-by-step Ultimate beginners 无水印pdf

    Git Learn Version Control with Git A step-by-step Ultimate beginners Guide 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn...

    Learn Version Control With Git A step-by-step course for the complete beginner

    Learn Version Control With Git A step-by-step course for the complete beginner(中文)。亚马逊接近满分书籍,中文版。图文并茂。学习Git的好资料。 从官网一页一页的复制过来的,花了不少时间。

    Git Learn Version Control with Git A step-by-step Ultimate beginners Guide azw3

    Git Learn Version Control with Git A step-by-step Ultimate beginners Guide 英文azw3 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除

    Learn Version Control with Git: A step-by-step course for the complete

    "Learn Version Control with Git" is a beginner-friendly step-by-step course. The book doesn't require a deep technical background. Instead, it's aimed at beginners of version control and/or ...

    Visual CSharp Step By Step

    《Visual C# Step By Step》是一本经典的C#编程教程,旨在帮助初学者逐步掌握C#语言和.NET Framework的核心概念与应用。这本书通过实例和逐步指导的方式,让读者能够深入理解C#编程的基础以及高级特性。 1. **C#...

    天嵌科技出品-Linux移植之Step By Step_V4.5_20100605

    《天嵌科技出品-Linux移植之Step By Step_V4.5_20100605》是一份详尽的教程,旨在指导用户如何在天嵌科技的TQ2410平台上进行Linux系统的移植工作。TQ2410是一款基于Samsung ARM9处理器的嵌入式开发板,广泛应用于...

    Step-By-Step-guide-for-starting-a-demo-on openwrt.pdf

    6. 解决依赖问题:安装缺失的依赖包,例如ncurses、zlib、gawk和git,这些依赖包是编译OpenWRT时所必需的。 7. 依赖和错误诊断:在安装过程中,如果编译失败,系统会提示哪些依赖包缺失,用户需要根据提示进行安装...

    Git GUI.pptx

    git图形化界面操作说明,从创建本地仓库到更新远程仓库,step by step 简单直观。zsbd

    VB.NET Step By Step 系列课程(2):开发环境(IDE)的特性(视频).zip

    本系列课程“VB.NET Step By Step”旨在帮助初学者逐步掌握VB.NET编程,而第二部分则专注于VB.NET的开发环境——集成开发环境(Integrated Development Environment, IDE)的特性。 在VB.NET的开发环境中,主要特性...

    [Microsoft Press] Microsoft Visual C# 2013 Step by Step.pdf

    - **背景介绍**:本书《Microsoft Visual C# 2013 Step by Step》是针对Visual Studio 2013环境下的C#编程语言的学习指南。它由John Sharp编写,并获得了微软公司的授权出版。本书旨在帮助读者逐步掌握C#编程的基础...

    Git.Mastering.Version.Control.pdf

    Its step-by-step approach with useful information makes this course the ultimate guide to understanding and mastering Git. This course will show the road to mastery example by example, while also ...

    VB.NET Step By Step系列课程(2):开发环境(IDE)的特性

    在“20050811am--VB.NET Step By Step (2):开发环境(IDE)的特性.pdf”这份资料中,你将详细了解到以下关键知识点: 1. **Visual Studio IDE介绍**:Visual Studio是Microsoft为VB.NET提供的主要开发工具,它提供了...

    Git-2.21.0-64-bit.zip

    * The "git log" command by default behaves as if the --mailmap option was given. UI, Workflows & Features * The "git fast-export/import" pair has been taught to handle commits with log messages...

    Linux移植step by step

    ### Linux系统移植Step by Step知识点概述 #### 一、嵌入式Linux系统开发流程概览 - **驱动源码获取**:介绍如何从官方或其他可靠渠道下载Linux内核及驱动程序的源代码。 - **源码修改与配置**:探讨如何根据实际...

    Jumpserver堡垒机部署step by step

    由于CentOS7自带的Python版本是2.x,而某些工具如Yum依赖于Python,直接安装可能会破坏原有环境,因此建议使用Python虚拟环境。通过下载并安装epel-release,安装python36和python36-devel包,然后创建一个Python...

    JavaScript Step by Step Third Edition - Microsoft Press

    ### JavaScript Step by Step 第三版 – Microsoft Press #### 关键知识点概述 《JavaScript Step by Step》第三版由Steve Suehring编写,由O'Reilly Media, Inc.出版,并获得了Microsoft Corporation的授权。本书...

Global site tag (gtag.js) - Google Analytics