windows git bash bash: xxx: command not found

参考以下两种解决:

1.zip

While using git-bash,  you may need the zip command to zip files. Then you will get error like “command not found“. This is because git-bash is really just a cut down version of mingw. Fortunately you can manually install the command yourself, not only zip, but any command you can get from gnuwin32.

Here are the steps you can follow.

1. Go to the following link
https://sourceforge.net/projects/gnuwin32/files/

2. Find out whatever command you are missing
Here I need zip and bzip2 for zip command. Because zip command relies on bzip2.dll to run. Otherwise you will get error “error while loading shared libraries: ?: cannot open shared object file: No such file or directory”.

3. Unzip the downloaded files
Here I am downloading “zip-3.0-bin.zip” for “zip.exe” and “bzip2-1.0.5-bin.zip” for “bzip2.dll” in the bin folder. <unzipped file>/bin/<command>.exe

4. Copy the command exe file into git-bash folder
Here I am copying “zip.exe” and “bzip2.dll” to <Program folder>\Git\usr\bin.

2.wget

1, download wget binary installation package, address: https://eternallybored.org/misc/wget/
2. Unzip the installation package and copy wget. Exe to C:\Program Files\Git\mingw64\bin\; (or after unzipping add the path to wget.exe from the unzipping file to the environment variable)
At this point, the installation is complete;
Perform wget validation in git bash, done;

原文地址:https://www.cnblogs.com/jqpy1994/p/12643580.html

时间: 2024-10-18 13:41:05

windows git bash bash: xxx: command not found的相关文章

linux命令存放 bash: xxx command not found

参考资料:http://blog.sina.com.cn/s/blog_688077cf01013qrk.html 提示:bash: xxx command not found 首先就要考虑root 的$PATH里是否已经包含了这些环境变量.主要是这四个:/bin , /usr/bin, /sbin, /usr/sbin.四个主要存放的东东:./bin:bin为binary的简写主要放置一些系统的必备执行档例如:cat.cp.chmod df.dmesg.gzip.kill.ls.mkdir.m

Linux下提示 bash: xxx command not found

今天在虚拟机上安装了CentOS5.5,发现运行一些很正常的诸如:init,shutdown,fdisk 等命令时,悍然提示: bash: xxx command not found. 那么,首先就要考虑root 的$PATH里是否已经包含了这些环境变量. 主要是这四个:/bin , /usr/bin, /sbin, /usr/sbin. 四个主要存放的东东: ./bin: bin为binary的简写主要放置一些系统的必备执行档例如:cat.cp.chmod df.dmesg.gzip.kill

bash:yum:command not found 解决办法

最近在学rhel7,不知道怎么回事,今天突然yum不能用了, 提示: bash:yum:command not found 在度娘搜了半天,真不好说啥了. 自己研究了半天 步骤如下 第一步: http://mirrors.163.com/centos/7/os/x86_64/Packages/ 到上面这个网站去下载如下RPM包 python-iniparse-0.4-9.el7.noarch.rpm yum-metadata-parser-1.1.4-10.el7.x86_64.rpm yum-

-bash: belts.awk: command not found

执行awk命令时,没有问题.可是执行awk脚本时,出现这个问题:-bash: belts.awk: command not found. 既然之前直接执行awk命令没有问题,说明awk已经装了,本身是没有问题的.那就说明路径不对,执行echo $PATH: /usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/sbin:/home/zyy/bin 发现没有/bin/awk这个路径,那个Linux执行shell脚本时是在PATH路径里一个个找的,所以这样肯

关于Idea里设置Terminal为Git/bin/bash.exe中文乱码的问题的终极解决方案

1.这里如果设置为Git/git-bash.exe确实不会乱码,但是每次点Idea里的Terminal都会弹出一个单独的terminal窗口而非在idea子窗口里出现: 2.因此需要设置为Git/bin/bash.exe,但是这个东西它本质上貌似是用Cmd.exe来打开的?(反正需要设置页编码为65001),而且坑爹的还是它不支持chcp命令,不然还能设置AutoRun chcp 65001: 最终找了一个下午,终于在注册表里看到了改变方法,在注册表:HKEY_CURRENT_USER/Cons

windows 2008创建群集“xxx”时出错。由于超时时间已过,该操作返回

操作系统环境:windows 2008 Enterprise R2 SP1 验证群集配置时未发现任何的错误.但在创建故障转移群集时,出现超时错误的现象:"创建群集时出错.创建群集"xxx"时出错.由于超时时间已过,该操作返回.". 尝试单独选择一台服务器群集创建成功,但添加第二节点时,一直卡在"正在等待节点xxx 成为群集的完成起作用成员的通知",直到超时出错退出"由于超时时间已过,该操作返回." 排错过程: 使用单一节点创建

Windows+Git+TortoiseGit+COPSSH安装图文教程【转】

转自:http://blog.csdn.net/aaron_luchen/article/details/10498181/ Windows+Git+TortoiseGit+COPSSH 安装图文教程 准备工作: 1. Git-1.8.1.2-preview20130201.exe 下载地址: https://code.google.com/p/msysgit/downloads/list 2. Copssh_4.1.0_Installer.exe 下载地址: http://download.c

windows git 更改为unix模式换行符决解方法

背景 在各操作系统下,文本文件所使用的换行符是不一样的.UNIX/Linux 使用的是 0x0A(LF),但 DOS/Windows 一直使用 0x0D0A(CRLF)作为换行符. 问题 需要把再Windows git下模式dos改为unix . 方法命令 查看当前文本的模式类型,一般为dos,unix :set ff #提交时转换为LF,检出时转换为CRLF git config --global core.autocrlf true #提交时转换为LF,检出时不转换(以上问题使用此命令可解决

关于xxx command not found 与 ln: failed to create symbolic link

在服务器搭好后,很多时候都是通过命令来实现各种安装,或者组件的操作, 但是,某些时候的一些问题真是让人揪心 如: xxx  command not found  xxx命令找不到 ln: failed to create symbolic link 无法创建软连接 解决办法: 1.请确保安装的东西在全局状态下安装 2.确保引用路径正确,且目标文件夹无重复的文件或链接 比方说:我的node安装在/root//nodejs-v6.9.5-linux/ ln -s ~/nodejs/bin/* /us

[email&#160;protected]: Permission denied (publickey).////remote: Permission to xxx/test.git denied to xxx.等权限问题

Error msg [email protected]: Permission denied (publickey) 或者: remote: Permission to xxx/test.git denied to xxx. 等由于权限切换问题 错误原因: 账号切换, 原账号保存数据未清除 解决: 1. 清除凭证: 控制面板-->用户账户-->凭证管理器-->管理凭证: 删除git相关的凭证 2. 删除本地git配置数据: cd ~ && rm -rf .git* 即可重