win配置git 安装此步骤操作: http://blog.youkuaiyun.com/exlsunshine/article/details/18939329
[b][color=red]问题1:[/color] [/b]
发现http://git-scm.com/downloads 中的git下载不下来
[color=blue][b]解决:[/b][/color]直接在百度上下载的。
[b][color=red]问题2:[/color][/b]
安装后,git“不是内部命令……………………”
[b][color=blue]解决:[/color][/b]安装上面操作步骤有解决。
[b][color=red]问题3:[/color] [/b]
跳窗口:运行过程中,依次出现了:git 无法启动此程序,因为计算机中丢失libiconv-2.dll、libcurl.dll、libcrypto.dll、libssl.dll
[b][color=blue]解决:[/color][/b]将 Git\bin\ 下的 这些文件复制到 \Git\libexec\git-core\ 下。当前的 msysgit\bin 目录下没有 libiconv-2.dll 文件,在msysgit\mingw\bin 目录有这个文件,将其复制到 msysgit\bin 下就没有这个问题了。
[b][color=red]问题1:[/color] [/b]
发现http://git-scm.com/downloads 中的git下载不下来
[color=blue][b]解决:[/b][/color]直接在百度上下载的。
[b][color=red]问题2:[/color][/b]
安装后,git“不是内部命令……………………”
[b][color=blue]解决:[/color][/b]安装上面操作步骤有解决。
[b][color=red]问题3:[/color] [/b]
跳窗口:运行过程中,依次出现了:git 无法启动此程序,因为计算机中丢失libiconv-2.dll、libcurl.dll、libcrypto.dll、libssl.dll
[b][color=blue]解决:[/color][/b]将 Git\bin\ 下的 这些文件复制到 \Git\libexec\git-core\ 下。当前的 msysgit\bin 目录下没有 libiconv-2.dll 文件,在msysgit\mingw\bin 目录有这个文件,将其复制到 msysgit\bin 下就没有这个问题了。