GIT:Git-2.12.1-64-bit.exe的windows安裝
參看:http://www.imooc.com/learn/208
下載路徑:
https://github.com/git-for-windows/git/releases/tag/v2.12.1.windows.1
安裝過程:
這個版本的安裝都是點選下一步即可配置過程:
下面是我的命令過程:
[email protected] MINGW64 ~
$ git config --global user.name "tgm"
[email protected] MINGW64 ~
$ git config --global user.email "[email protected]"
[email protected]
$ git config --global core.autocrlf false
[email protected] MINGW64 ~
$ git config --global core.quotepath off
[email protected] MINGW64 ~
$ git config --global core.ignorecase false
[email protected] MINGW64 ~
$ ssh-keygen -t rsa -C "[email protected]"
Generating public/private rsa key pair.
Enter file in which to save the key (/c/Users/Administrator/.ssh/id_rsa):
Created directory '/c/Users/Administrator/.ssh'.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /c/Users/Administrator/.ssh/id_rsa.
Your public key has been saved in /c/Users/Administrator/.ssh/id_rsa.pub.
The key fingerprint is:
SHA256:v+uRJrqxbPIfyXF3AoiQnml20rKbBfNiSsSdyRheMyI
The key's randomart image is:
+---[RSA 2048]----+
| .. |
|E o =. . . |
| + O O. . . |
| = / o . |
| . o O S . o . |
| . + o. = o o |
| . o =. = = |
| . +..+ + o |
| +*o..+. |
+----[SHA256]-----+
[email protected] MINGW64 ~
$ ssh-add ~/.ssh/id_rsa
Could not open a connection to your authentication agent.
$ eval `ssh-agent`
Agent pid 3428
[email protected] MINGW64 ~
$ ssh-add ~/.ssh/id_rsa
Identity added: /c/Users/Administrator/.ssh/id_rsa (/c/Users/Administrator/.ssh/ id_rsa)
[email protected] MINGW64 ~
$ cat ~/.ssh/id_rsa.pub
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvxLyuTGvVOg+5D56D23j7C/Wkbi1wfPk9hHR2WH+hPGu2AXuZ/qGyskXfk7EvLgc/gBYu+RiyStUxZlBSl6kqJQ0KcpdgsTO0Ua67WVVnZKp2ItZqOEzUFvGqeOHL5kAMTAYtRbLujTUmIWYGTPp/33emUPrLTr5wcuGYJ8MFNUbj/rZtwA58jaHFK1+HefYtfSnWdnZucCKsGU4BFxhzlBb7mAKJgI0F8hmbaG94DQ7q62Cdtb7f5vDaLeswiYfFNLs/6SR28akvf0DDPy+Fg3TYPjbgxxPd53ueedGx8GvNFlRWb76JJISoRTpZePfmUn2cquhYpDdn0SjjVdvj [email protected]
驗證:
[email protected] MINGW64 ~
$ git --version
git version 2.12.1.windows.1
相關推薦
GIT:Git-2.12.1-64-bit.exe的windows安裝
參看:http://www.imooc.com/learn/208下載路徑:https://github.com/git-for-windows/git/releases/tag/v2.12.1.windows.1安裝過程:這個版本的安裝都是點選下一步即可配置過程:下面是我的
使用gdb除錯時出現:Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.212.el6.i686的解決辦法
今天在redhat6.3(32位)下使用gdb除錯程式的時候,出現一段警告,在此總結出解決辦法,方便後來的學者: 提示需要使用debuginfo安裝glibc-2.12-1.212.el6.i686,但是這裡有個問題:linux系統下有debuginfo嗎?
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.212.el6.x86_64
系統環境: CentOS 6.10 64bit gdb除錯時, 發現有如下錯誤提示資訊: (gdb) run Starting program: /var/workspace/linux/high_perf/process/a.out Program received sign
Ubuntu Precise 12.04 (LTS) (64-bit)下面安裝docker
核心要求: 由於LXC的一個bug,Docker在3.8核心下面執行最佳。Ubuntu的Pre
手把手部署CDH(5.12.1)完全離線模式安裝超級詳細攻略
前言 搭建小型BI大資料計算叢集,由於資源有限(你懂的)部署的模式為CDH官方建議的最低配版本,沒有配備HA,(我們還是相信惠普的伺服器 此處手動滑稽)。 CDH背景 CDH (Cloudera's Distribution, including Apache Hado
Ubuntu Raring 13.04 和 Saucy 13.10 (64 bit)下面安裝docker
啟用AUFS檔案系統支援 Ubuntu的Raring版本內建了3.8版本的核心,因此我們不需要
opentsdb-2.0.1 RPM包的安裝以及測試
安裝命令:rpm -ivh opentsdb-2.0.1.noarch.rpm 檔案目錄 安裝完後,重要的目錄如下: /etc/opentsdb - Configuration files /tmp/opentsdb - Temporary cache files
Git-2.15.1.2-64-bit安裝
roc 目錄 oss 點擊 新版本 根據 bit log 我們 1、在百度搜索git,然後在git的官網上找到git的下載頁面,如下圖所示。在首頁在Downloads處選擇下載Windows版本,當然您可以根據需求下載其他版本的安裝文件。 2、點擊下載版本便可以直接下載,此
git-2.10.2-64-bit安裝教程
下載地址:git官網下載地址 下載地址:csdn,下載,不需要積分 Git客戶端安裝過程 1.雙擊安裝程式“Git-2.10.2-64-bit.exe”,顯示截圖如下: 2.點選“Next”,顯示截圖如下: 根據自己的情況,選擇程式的安裝目錄。 3.繼續
開發人員學Linux(9):CentOS7編譯安裝Git-2.13.1及使用
centos linux git tortoisegit 1.前言在上一篇講述了如何在CentOS7上編譯安裝Subversion1.9.5和Apache2.4.25,並與Apache2.4.25集成,達到多個SVN版本庫集中授權控制的效果。在傳統的企業裏面使用SVN來作為源代碼版本工具的比例
錯誤:docker-ce conflicts with 2:docker-1.13.1-74.git
tro x86_64 -- rem conflicts uber 卸載 -c docke CentOS7中安裝k8s: `yum install kubernetes` 安裝K8S出現如下錯誤提示: 錯誤:docker-ce conflicts with 2
Git for Windows 2.20.1 釋出,Windows 平臺的 Git 客戶端
Git for Windows 2.20.1 釋出了,Git for Windows 是一個 Windows 版的 Git 客戶端,它提供輕量級的本地工具集,將 Git SCM 的完整功能集引入Windows,同時提供了 GUI。 該版本的新特性包括: 升級至&nbs
IntelliJ IDEA + GitHub(git) 詳細圖解 如何實現專案的版本控制和管理(on win 7 64 bit)
在IntelliJ IDEA 編輯器裡面使用GitHub,把專案放到GitHub伺服器上,實現版本管理的目的。 具體遇到並解決了下面問題。1."Cannot run program "git.exe": CreateProcess error=2, 系統找不到指定的檔案
git 2.14.1(windows)安裝教程
git簡介 Git是什麼? Git是目前世界上最先進的分散式版本控制系統(沒有之一)。 Git有什麼特點?簡單來說就是:高階大氣上檔次! 下載地址 Windows安裝2.14.1 1.
git bash 執行錯誤,版本 2.12.2.2
環境:win7 64位 Error: Could not fork child process: Resource temporarily unavailable (-1). DLL rebasing may be required; see ‘rebase
單實例12.2.0.1安裝
rod ipv it is def pdb dba term cnblogs 0.10 1. 修改用戶的SHELL的限制,vi /etc/security/limits.conf 文件,文件末尾添加修改如下oracle soft nproc
Oracle 12.1.0.2 對JSON的支持
使用 lin 1.5 text lob mysq 索引 acl var Oracle 12.1.0.2版本有一個新功能就是可以存儲、查詢、索引JSON數據格式,而且也實現了使用SQL語句來解析JSON,非常方便。JSON數據在數據庫中以VARCHAR2, CLOB或者BLO
iOS開發環境 - Git教程2.0:添加遠程倉庫
lan -128 new 右上角 服務器 pos 需要 下一步 warn 添加遠程庫 1 - 你已經在本地創建了一個Git倉庫後,又想在GitHub創建一個Git倉庫,並且讓這兩個倉庫進行遠程同步,這樣,GitHub上的倉庫既可以作為備份,又可以讓其他人通過該倉庫來協作,真
git學習整理(1)git clone 理解
mail app font 文件 mas .cn gin xxxxx clone 1、git clone 的理解 git clone默認會把遠程倉庫整個給clone下來 ,只能clone遠程庫的master分支並在本地默認創建一個master分支 ,無法clone所
2017-12-12 1周2次課
2017-12-12 1周2次課1.6/1.7 配置IP 配置ip相關命令 # dhclient (自動獲取IP)# ip addr 和 ifconfig (查看ip地址)# ping www.baidu.com (查看是否能上網)# vi