Use an interactive command line Git for windows - Python

1 Overview

  1. Python3 try to use git in windows command line environment interactive mode

2. Environment

  1. THE
    1. win10 1905
  2. git
    1. 2.20.1
  3. mintty
    1. 2.9.4
  4. python
    1. 3.7.0

2. Problem

  1. Use directly
    1. result
      1. Could not be opened, will be stuck

3. Solution

  1. command
    > winpty python

4. Other

  1. ref
    1. Git for windows of MINGW64 terminal can not use Python solution
  2. doubt
    1. winpty is doing

Guess you like

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