Git - git bash in the windows to create a soft link

1 Overview

  1. Use git bash in the windows to create a soft link
    1. Or call shortcuts
  2. Thank Tony teacher's help
    1. Tony technical notes
    2. Windows creates a soft link using ln -s

2. Problem

  1. demand
    1. Use git bash (MINGW64) to create a soft link in the windows
  2. problem
    1. git bash the ln -s, is a direct copy of a document, both the nature of no relevance
    2. Shortcuts windows windows created, git bash and open

3. Solution

  1. Program
    1. Use Windows Server 2003 Resource linkd.exe command in the Kit Tools to meet demand
  2. surroundings
    1. THE
      1. win10 1905
    2. git
      1. 2.20.1
    3. mintty
      1. 2.9.4
    4. Windows Server 2003 Resource Kit Tools
      1. On such a seemingly version
  3. step
    1. Download the Windows Server 2003 Resource Kit Tools
      1. Download Link
    2. installation
      1. The process is very simple, it can go through the normal
      2. I did not encounter any installation problems
    3. test
      1. Reopen a git bash
      2. command
        > linkd <targetPath> <sourcePath>
  4. result
    1. Creating success
      1. windows can be opened
      2. git bash can also open
      3. The contents inside, it really is copy the contents of

4. Other

  1. The windows toolkit, was able to run in the following bash git ...
    1. A little can not understand

Guess you like

Origin www.cnblogs.com/xy14/p/11434227.html