今天准备尝试使用一下git工具,
去网上下载了一个
msysGit-fullinstall-1.7.4-preview20110204.exe
安装完成后,显示一个控制台,也就是 msysgit bash
在bash里面所有的路径都是模拟linux路径
/ 根目录始终是 安装程序所在的目录
后来运行了一个 命令 ssh-keygen 的命令
蹦出提示
Enter file in which to save the key (/c/Documents and Settings/Administrator/.ssh/id_rsa):
发现要进入windows的路径 ,不能再使用 windows的路径规则 C:\xxxx
而是 /c/xxx
然后进入我的工作目录
cd /e/work/mygit_dir
git init