首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏C/C++基础

    Linux 命令(127)—— wget 命令

    wget https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/Git-2.25.1-32-bit.tar.bz2 wget -O GitForWindows.tar.bz2 https://github.com/git-for-windows/git/releases/download/v2.25.1.windows wget -b https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/Git-2.25.1-32-bit.tar.bz2 wget --spider https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/Git-2.25.1-32 wget -o wget.log https://github.com/git-for-windows/git/releases/download/v2.25.1.windows.1/Git-2.25.1

    10.3K10发布于 2020-03-09
  • OpenClaw 极速上手指南:5分钟完成部署与配置并接入钉钉机器人

    Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 # 设置下载文件URL$url_git = "https://github.com/git-for-windows 或使用国内镜像: https://npm.taobao.org/mirrors/git-for-windows/" Write-Host "3. 最小版本: https://github.com/git-for-windows/git/releases/download/v2.53.0.windows.1/Git-2.53.0-32-bit.exe

    2.6K00编辑于 2026-03-08
  • 来自专栏大数据学习笔记

    git入门(msysgit图文安装)

    1、下载git-for-windows (1)常用的GitHub客户端msysgit,也就是git-for-windows。       (3)我下载了最新版64位:Git-2.11.0-64-bit.exe  2、安装git-for-windows (1)单击Next      (2)选择安装目录      (3)勾选创建桌面快捷方式

    1.4K20编辑于 2022-05-06
  • 来自专栏韩曙亮的移动开发专栏

    【错误记录】Git 使用报错 ( git: ‘switch‘ is not a git command. See ‘git --help‘. )

    https://www.git-scm.com/download/win 中下载最新的版本 , 当前的最新版本是 2.34.1 版本 ; 直接下载地址是 : https://github.com/git-for-windows

    1.2K20编辑于 2023-03-30
  • 来自专栏PUSDN平行宇宙软件开发者网

    Git教程 - centOS中安装Git

    www.kernel.org/pub/software/scm/git/ Git-2.13.1-64-bit.exe:Git的Windows下64位操作系统版本,下载地址: https://github.com/git-for-windows windows.1/Git-2.13.1-64-bit.exe Git-2.13.1-32-bit.exe:Git的Windows下32位操作系统版本,下载地址: https://github.com/git-for-windows

    58530编辑于 2023-10-11
  • 来自专栏全栈程序员必看

    windows安装git教程_git安装教程图文详解

    pull拉:将远程仓库内容 再次下载到 本地仓库和工作区 2.3安装Git客户端 2.3.1下载 官网:https://github.com/git-for-windows/git/releases/ 淘宝镜像:https://npm.taobao.org/mirrors/git-for-windows/ 我自己使用的版本:2.13.1 (Git-2.13.1-64-bit.exe) 2.3.2安装

    2.2K20编辑于 2022-10-03
  • 来自专栏数学与计算机

    git环境搭建

    windows平台 git官网 https://git-scm.com 国内镜像直接下载 https://npm.taobao.org/mirrors/git-for-windows/v2.23.0.windows

    60411发布于 2019-10-30
  • 来自专栏cwl_Java

    快速学习Git-Git的安装

    配置git.exe,在4.2.1中已经安装过git-for-windows了所以在此找到git.exe所在的目录 ? 配置开发者姓名及邮箱,每次提交代码时都会把此信息包含到提交的信息中。

    60330发布于 2019-12-25
  • [windows工具]windows一键安装Lean4工具使用教程

    本工具使用前需要自己准备好以下环境: windows10及其以上操作系统一个 保证C盘可用空间>=5GB 安装好git-for-windows客户端 确保C:\Users\你用的用户名\.elan不存在

    42010编辑于 2025-07-18
  • 来自专栏全栈程序员必看

    pycharm上传代码到gitlab_pycharm配置git

    注册Gitee并新建仓库 其他不用点直接新建 本地下载安装配置Git 下载 镜像源下载: 链接: https://cdn.npm.taobao.org/dist/git-for-windows

    1K20编辑于 2022-09-27
  • 来自专栏潇湘信安

    CVE-2020-27955 Git-LFS远程代码执行漏洞复现

    https://github.com/git-for-windows/git/releases/tag/v2.29.2.windows.1 git --version git-lfs --version

    1K20发布于 2021-05-18
  • 来自专栏huofo's blog

    0元搭建自己的静态博客! (二)

    Git : https://npm.taobao.org/mirrors/git-for-windows/v2.28.0.windows.1/windows:  Linux:用自己发行版的软件包管理工具安装

    27100编辑于 2022-02-27
  • 来自专栏积跬Coder

    Git的基本结构、安装

    git-scm.com/ Git安装相关简介:https://git-scm.com/download 若国内下载速度过慢可移步至淘宝镜像:https://npm.taobao.org/mirrors/git-for-windows

    76530发布于 2020-12-18
  • 来自专栏PUSDN平行宇宙软件开发者网

    Git教程 - Windows下Git安装与使用(Windows)

    前情提示: Mac OS下PD Windows10; Git2.25.164位;https://github.com/git-for-windows/git/releases/download/v2.25.1

    3.4K50编辑于 2023-10-11
  • 来自专栏科技记者

    windows 安装 miniconda3 +jupyter lab ,使用系统R语言

    然后需要git 淘宝镜像,速度也杠杠的, http://npm.taobao.org/mirrors/git-for-windows/v2.28.0.windows.1/Git-2.28.0-64-bit.exe

    1.7K10发布于 2020-10-23
  • 来自专栏叽叽西

    2. Git 安装和基本配置

    mac 上安装 Git 推荐使用 homebrew 进行安装 Windows上安装 Git msysgit 是 Windows 版的 Git, git-for-windows Mirror 镜像下载 https ://npm.taobao.org/mirrors/git-for-windows/ 官网下载 https://git-scm.com/downloads 安装完成后,在开始菜单里找到 “Git”-

    67020编辑于 2022-05-17
  • 来自专栏嵌入式智能硬件

    解决git/github下载速度缓慢的问题总汇------转

    方法一:淘宝镜像 淘宝有一个镜像的网站可以提供下载:https://npm.taobao.org/mirrors/git-for-windows/ 点击上方链接,往下拉就会看到相应的版本,第一个最新版本

    2.8K41发布于 2020-08-31
  • 来自专栏全栈开发工程师

    【Git】002-Git历史及安装

    git-scm.com/ 下载地址: https://git-scm.com/download/win 官网下载太慢,我们可以使用淘宝镜像下载:http://npm.taobao.org/mirrors/git-for-windows

    23710编辑于 2025-01-06
  • 来自专栏Khan安全团队

    LoaderGo-快速生成免杀木马GUI版本,bypass主流杀软

    g:https://github.com/voidint/g 来进行管理,亲测好用 https://git-scm.com/download/win 安装git https://github.com/git-for-windows

    83810编辑于 2024-01-08
  • 来自专栏用户8506532的专栏

    第一个 vue-cli项目

    http://nodejs.cn/download/ Git : https://git-scm.com/doenloads Git镜像 :https://npm.taobao.org/mirrors/git-for-windows

    44920发布于 2021-04-19
领券