美文网首页
window git 安装

window git 安装

作者: 麦田夕阳 | 来源:发表于2019-10-15 11:31 被阅读0次

git 安装

  1. 下载:https://git-scm.com/download/win
  2. 默认安装
  3. 安装成功 ,在桌面右键会有【Git bash here 】然后输入 git --version 查看版本

本地git安装配置

安装好git 配置git

  1. git config --global user.name "grow"
  2. git config --global user.email "fahao@ir.com"
  3. git commit --amend --reset-author
    生成shh
  4. ssh-keygen -t rsa -C "user.email"
  5. ssh-keygen -t rsa -C "fanjianhao@igrowiser.com"
    window 新增多个gitlab 私钥密钥,新建一个config 文件里面配置
  6. Host 120.24.157.99 HostName 120.24.157.99 User fanjianhao IdentityFile C:\Users\fanji.ssh\id_rsa
  7. Host 192.168.31.22 HostName 192.168.31.22 User fjh IdentityFile C:\Users\fanji.ssh\fjhigrowiser

相关文章

  • GitHub 创建步骤及问题

    安装github 下载官网git window 64git window 32git mac 64git mac ...

  • Git 安装(window 系统下)

    .2 Git 安装 > 由于作者使用的 window 系统,这里也就只介绍 window 下的 Git 安装。 1...

  • git命令

    1.安装 linux 安装 sudo apt-git install git window 安装 直接从官网下载安...

  • git使用(从入门到实战)

    前言:window下的Git使用 下载安装git 下载安装路径:https://git-scm.com/downl...

  • MyEclipse中Git的使用

    1、安装Git插件 Myeclipse老版本可能需要安装Git插件(window->preference->Te...

  • Git

    Git使用笔记 下载(Window版):https://git-for-windows.github.io/ 安装...

  • 个人博客搭建(hugo)

    一.搭建前提须知: window系统,注册git 账号,本地安装git 1:下载hugo (https:/git...

  • window git 安装

    git 安装 下载:https://git-scm.com/download/win 默认安装 安装成功 ,在桌面...

  • git使用

    git安装与配置用户 window安装git可以去git官方网站上下载在完成安装后还需要配置: 因为Git是分布式...

  • GIT相关知识复习

    window 安装git 配置邮箱和用户名 git config --global user.name"Your ...

网友评论

      本文标题:window git 安装

      本文链接:https://www.haomeiwen.com/subject/uaojmctx.html