Command-line Git on Windows

前端 未结 9 1961
悲&欢浪女
悲&欢浪女 2020-12-07 09:44

I have installed msysGit 1.7.10 on my Windows 7 machine. What I need to know is if I can still use Git from command line?

When I try the git command in

9条回答
  •  庸人自扰
    2020-12-07 10:19

    As @birryree said, add msysgit's binary to your PATH, or use Git Bash (installed with msysgit as far as I remember) which is better than Windows' console and similar to the Unix one.

提交回复
热议问题