- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
使用 git init
命令时,我在命令提示符中收到以下错误消息。我使用的是运行 Windows 7 的 Windows PC。
C:\rails_projects\first_app>git init
'chcp' is not recognized as an internal or external command,
operable program or batch file.
Reinitialized existing Git repository in C:/rails_projects/first_app/.git/
'chcp' is not recognized as an internal or external command,
operable program or batch file.
我是 Ruby on Rails 的新手,我正在尝试为我的 Rails 项目创建一个存储库。当我使用诸如 rails new first_app
或 rails server
之类的命令时,我没有收到消息,只有当我使用 git init
命令时它出现了吗?此外,如您所见,该命令仍然正常运行(即 Reinitialized existing Git repository in C:/rails_projects/first_app/.git/
),但是,每次我创建时看到错误消息很烦人一个命令。
有人知道如何解决这个问题吗?我找到了一个链接,告诉我需要将控制台切换到 Windows-1252 http://illegalargumentexception.blogspot.com/2009/04/i18n-unicode-at-windows-command-prompt.html#charsets_1252但这没有用。
感谢任何帮助,谢谢!
最佳答案
查看您的 PATH 环境变量是否设置正确。任何系统都应该至少在 PATH 上有以下内容
;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;
如果上面没有,请添加。
添加后,打开一个新的 cmd/bash 并尝试:
where chcp
它应该给出路径。
然后再次尝试 git init
关于windows - 'chcp' 不是内部或外部命令,也不是可运行的程序或批处理文件。在 Windows PC 上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8142058/
我正在尝试使用批处理脚本删除一些包含 unicode 字符的文件(这是必需的)。所以我运行cmd并执行: > chcp 65001 有效地将代码页设置为 UTF-8。它有效: D:\temp\1>di
问题 当我想在 Python 解释器中输入 Unicode 字符时出现问题(为简单起见,我在示例中使用了 a-umlaut,但我第一次遇到波斯字符)。每当我将 python 与 chcp 65001
我看过其他答案,并按照他们的建议做了: 1. Changed system locale to Japanese 2. Chcp 932 (Japanese) 3. Python file saved
(在问题之前:如果有人不会将此线程标记为重复,我将不胜感激,因为就我搜索的内容而言,没有任何接近我的问题,只有其他编程语言和编译器或不同的操作系统) 我正在使用 Dev C++,我在调试输出带有希腊字
伙计们,我如何在 Git bash 命令屏幕上更改编码? 我使用的是 Windows 7,当我尝试安装任何 Ruby gem 时,我通常会遇到这个问题 $ gem install libv8 -- -
我在 Windows shell 中使用 chcp 65001 命令时遇到问题。 我需要在文件夹中生成文件列表。所以我运行 cmd.exe,输入 cd folder dir /B /O:N > lis
我使用 python 库将 Unicode 字符打印到 Windows 控制台。如果我在打印出 Unicode 字符的库上调用函数,它将抛出异常 'charmap' codec can't encod
我在 Windows 7 中安装了 MySQL Workbench 8.0。安装后,我只是通过类似 Could not acquire management access for administra
使用 git init 命令时,我在命令提示符中收到以下错误消息。我使用的是运行 Windows 7 的 Windows PC。 C:\rails_projects\first_app>git ini
这是我无法理解的一件事: 我正在使用 Windows 7 和 Strawberry Perl 5.20,我想使用 chcp 65001 将 UTF-8 写入控制台 (cmd.exe)。 UTF-8 字
我目前正在使用最新的 Anaconda3-5.0.1、Python 3.6 并使用Windows 8(在 Anaconda 安装过程中,我勾选了添加到 PATH选项)。在 Anaconda Promp
我已经在命令提示符和Windows Powershell中强制使用chcp 65001了一段时间,但是从SO和其他几个社区的问答文章来看,它是seems like a dangerous and in
我是一名优秀的程序员,十分优秀!