`
lzqustc
  • 浏览: 210335 次
  • 性别: Icon_minigender_1
  • 来自: 厦门
社区版块
存档分类
最新评论

Windows下git(msysgit)的安装

阅读更多

Use msysgitgit for windowsto Manage your github-projects

 

 

1、Create  github Account

eg.  you used the email:xxxxx@gmail.com

 

2、Download && install MsysGit

  Then open the git bash , input the commends

  $ git config --global user.name "Your Name"

  $ git config --global user.email xxxxx@gmail.com

 

3、Create SSH-KEY

  $ ssh-keygen  -C  ' xxxxx@gmail.com'  -t  rsa

  # The git bash ask you to enter something ,  but you can Skip everything ,

   just push the " ENTER " key, when it 's finished,you need open the file: id_rsa.pub

   And copy the key. 

 

4、Create first project

  Loginto the github home and create your first project, Then you can see this page:

   

   Then open the link : Add another public key  ,add you created ssh-key 

 

5、Next steps:

  $ mkdir first-apps

  $ cd first-apps

  $ git init

  $ touch README

  $ git add README

  $ git commit -m 'first commit'

  $ git remote add origin git@github.com:xxxxxx/first-apps.git

  $ git push origin master

 

 

 

OK~ Finished

 

<!--EndFragment-->

  • 大小: 4.5 KB
分享到:
评论
1 楼 ezfantasy 2011-11-17  
最后一步没成功
$ git remote add origin git@github.com:vive666888@gmail.com/first-apps.git
$ git push origin master

直接报错:
ERROR: vive666888@gmail.com/first-apps.git doesn't exist. Did you enter it corre
ctly?
fatal: The remote end hung up unexpectedly


我看到原来Google上的帮助是这么写的
$ git remote add origin git@github.com:username/Hello-World.git
$ git push origin master
这里的username 难道不是我登录github的用户名吗?

相关推荐

    windows下git工具msysgit与TortoiseGit

    在Windows环境下,有两个流行的Git工具:msysGit和TortoiseGit。 msysGit是一款专门为Windows平台设计的Git实现,它提供了一个类Unix的命令行环境,使得Windows用户也能体验到Git的强大功能。msysGit包括了Git...

    windows下GIT工具 msysgit win7 64位可用

    本文将深入探讨msysGit在Windows 7 64位环境下的安装、配置和使用。 标题提及的"windows下GIT工具 msysgit win7 64位可用",意味着该工具在Windows 7操作系统64位版本上经过验证,可以稳定运行。msysGit项目旨在为...

    windows下git客户端安装--最全

    本文将详细介绍如何在 Windows 10 系统下安装并配置 TortoiseGit 客户端。 #### 一、安装 Git 客户端 **环境准备** 操作系统:Windows 10 Git 客户端:TortoiseGit-1.8.16.0-64bit.msi **步骤** 1. **安装支撑...

    Windows下使用msysgit下载Android代码

    在Windows环境下,使用msysGit下载Android代码是一个常见的任务,尤其对于开发者来说是必不可少的步骤。msysGit是一个提供Linux命令行工具的Windows版本,它允许用户在Windows系统上使用Git进行版本控制操作,包括...

    Windows-Git工具

    本主题主要围绕“Windows下的Git工具——msysGit”展开,它是一个专门为Windows用户提供的Git环境。msysGit由Git社区开发,包含了Git的所有功能,并针对Windows平台进行了优化,使得开发者可以在熟悉的Windows界面下...

    msysgit(Git for Windows)V2.13.3 64bit

    安装msysGit V2.13.3 64-bit后,用户可以通过Git Bash访问Git命令行,或者使用Git GUI进行图形化操作。同时,它还包含其他实用工具,如bash shell、diff工具和文本编辑器等,以增强Windows用户的开发体验。 需要...

    msysGit1.9.5

    **msysGit1.9.5 - Windows下的Git客户端** msysGit是Git版本控制系统在Windows平台上的一个移植,它为Windows用户提供了一种方便快捷的方式来使用Git进行版本控制。Git是一种分布式版本控制系统,由Linus Torvalds...

    MsysGit (Git Bash )

    1. **Git命令行工具**:MsysGit包含了一整套Git的命令行工具,如`git clone`、`git add`、`git commit`、`git push`等,用户可以在Windows环境下使用这些命令进行版本控制操作。 2. **Git Bash shell**:Git Bash是...

    TortoiseGit和msysGit安装及使用笔记

    对于Windows用户来说,TortoiseGit 和 msysGit 是非常实用的工具组合。本文将详细介绍这两款工具的安装与基本使用方法,帮助初学者更好地管理自己的代码。 #### 二、msysGit安装 1. **下载msysGit** - 访问官方...

    windows下git搭建

    搭建Windows下的Git环境通常涉及以下步骤:首先安装Msysgit,它包含了Git的所有基础命令和工具。然后安装Putty,用于生成SSH密钥对以及通过SSH协议连接到服务器。之后,配置SSH服务器,例如通过Copssh在Windows...

    Git最全--Git安装包+TortoiseGit64+TortoiseGit语言包+Git所有命令文档+Windows下安装git操作步骤文档

    本压缩包提供了Git的安装包、TortoiseGit64位版本及其中文语言包,以及Git的全部命令文档和Windows下的安装步骤文档,帮助用户在Windows环境下全面掌握Git的使用。 1. **Git安装包**:`Git-1.9.5-preview20150319....

    msysgit(Git for Windows)V2.16.3 64bit

    这个软件包,特别是"msysgit(Git for Windows)V2.16.3 64bit",提供了64位架构下的Git环境,适用于Windows操作系统用户。Git是一款分布式版本控制系统,由Linus Torvalds为Linux内核开发,现已成为全球软件开发者...

    msysgit-2.15.0-64-bit(git for windows)

    这个压缩包“msysgit-2.15.0-64-bit”包含了Git for Windows的64位安装程序,适用于那些希望在Windows操作系统上使用Git的用户。 Git for Windows的主要目标是将Git的功能无缝地带入Windows环境,同时保持与标准Git...

    git flow在Windows中的安装

    ### git flow 在 Windows 中的安装与使用 #### 一、Git Flow 概述 `git flow` 是一种基于 Git 的分支管理模型,旨在为软件开发团队提供一套规范化的分支管理和工作流程策略。它通过定义一系列明确的分支类型及其...

    Git 管理工具和操作文档(msysgit for windows)

    在Windows环境下,一个常用的Git实现是msysGit,它提供了Git命令行工具和图形用户界面,使得Windows用户可以方便地使用Git。 msysGit是一个为Windows平台设计的Git环境,它包括了Git的命令行工具和一些必要的Unix...

    gitflow安装手册

    如果希望将GitFlow安装在特定路径下,可以在命令后指定路径,如: ```bash git clone --recursive git://github.com/nvie/gitflow.git d:\gitflow ``` 4. **安装GitFlow** - 使用命令行进入`gitflow\contrib...

Global site tag (gtag.js) - Google Analytics