Windows下git bash中添加wget
2021-03-05 19:27
阅读:509
Windows中git bash完全可以替代原生的cmd,但是对于git bash会有一些Linux下广泛使用的命令的缺失,比如wget命令。
在此,以安装wget命令为例,其他命令可以采用相同的方式解决:
1、下载wget二进制安装包,地址:https://eternallybored.org/misc/wget/
2、解压安装包,将wget.exe 拷贝到C:\Program Files\Git\mingw64\bin\ 下面;(或者解压之后将解压文件中wget.exe的路径添加到环境变量中)
至此,完成安装;
在git bash中执行 wget验证即可,done;
其他命令添加均可参考;
参考资料:
https://xingtingyang.com/554.html
参考博客:https://www.jianshu.com/p/fb6601795011
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Windows下git bash中添加wget
文章链接:http://soscw.com/index.php/essay/60580.html
文章标题:Windows下git bash中添加wget
文章链接:http://soscw.com/index.php/essay/60580.html
评论
亲,登录后才可以留言!