12 Windows下 Git 的安装

简介: Git windows版本官方下载地址https://git-scm.com/download/win配合 Windows 下主推小乌龟 Git拓展.https://tortoisegit.org/download/ (请选择正确的 32 / 64位版本)

Git windows版本官方下载地址


https://git-scm.com/download/win


配合 Windows 下主推小乌龟 Git拓展.


https://tortoisegit.org/download/ (请选择正确的 32 / 64位版本)


为了便携, 我这里下载了便携版的软件.


这个版本的 Git for Windows 是可移植的,也就是说不需要

它将运行在您放置它的任何目录,甚至

它不会将永久的记录写入

Windows 注册表。“安装”不需要管理员权限。


这个包 包含在一个7-zip 归档文件中,文件名为表单.‘ PortableGit-versionstring. 7 z.exe’。 这是一个自解压缩档. 双击即可安装. 建议命名为PortableGit-versionstring. 方便好记.


NOTE: if you decide to unpack the archive using 7-Zip manually, you must

run the post-install.bat script. Git will not run correctly otherwise.


如果您熟悉类 unix 的 shell,只需启动‘ git-bash.exe’即可。


如果没有,就启动‘ git-cmd.exe’。


或者,您可以执行这些命令来修改% path%


临时变量:

set gitdir=c:\portablegit
set path=%gitdir%\cmd;%path%


Adjust the 'gitdir' according to your setup.  As long as you do not close the command window, you can now simply type "git" or "gitk" to really call "c:\portablegit\cmd\git.exe" or "c:\portablegit\cmd\gitk.exe".


小乌龟 Git 的使用



小乌龟的中文文档写的很好, 非常有参考价值.  由于和小乌龟 SVN 类似, 所以不在此详细介绍.


总结



平常建议启动‘ git-bash.exe’即可。如果要添加该git解压路径的 cmd 到环境变量。



目录
相关文章
|
2月前
|
iOS开发 MacOS Windows
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
Mac air使用Boot Camp安装win10 ,拷贝 Windows 文件时出错
|
1月前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
1月前
|
Windows
安装 Windows Server 2003
安装 Windows Server 2003
|
1月前
|
NoSQL Shell MongoDB
Windows 平台安装 MongoDB
10月更文挑战第10天
42 0
Windows 平台安装 MongoDB
|
1月前
|
Windows Python
Windows安装dlib,遇到问题汇总解决
Windows安装dlib,遇到问题汇总解决
32 4
|
1月前
|
缓存 网络安全 开发工具
全面掌握 Git 和 Gitee:从安装到上传的完整指南
本文档介绍了如何安装和配置Git,以及如何与Gitee进行连接。首先从官网下载Git并安装,接着配置用户名和邮箱,生成SSH密钥并将其添加到Gitee账户,完成无密码登录的设置。文档还提供了基本的命令使用指南,包括文件操作、Git命令和gitee代码上传流程,最后讲解了提交信息的规范格式和回滚操作的方法。
164 1
|
1月前
|
Oracle 关系型数据库 MySQL
Mysql(1)—简介及Windows环境下载安装
MySQL 是一个流行的关系型数据库管理系统(RDBMS),基于 SQL 进行操作。它由瑞典 MySQL AB 公司开发,后被 Sun Microsystems 收购,现为 Oracle 产品。MySQL 是最广泛使用的开源数据库之一,适用于 Web 应用程序、数据仓库和企业应用。
55 2
|
1月前
|
JavaScript Windows
windows安装vue
windows安装vue
|
1月前
|
应用服务中间件 Apache Windows
免安装版的Tomcat注册为windows服务
免安装版的Tomcat注册为windows服务
111 3
|
24天前
|
Linux 网络安全 虚拟化
适用于Linux的Windows子系统(WSL1)的安装与使用记录
并放到启动文件夹,就可以开机自动启动了。
31 0