gpt4 book ai didi

git - 为什么ls在GitShell中工作,而ls -a或ls -la无法工作?

转载 作者:行者123 更新时间:2023-12-03 01:14:52 25 4
gpt4 key购买 nike

我开始在Windows 7计算机上使用GitShell,以尝试使脚本正常工作。当我在 shell 中键入ls时,它可以正常工作并显示文件。当我输入ls -als -la时,出现此错误-

Get-ChildItem : A parameter cannot be found that matches parameter name 'a'.
At line:1 char:6
+ ls -a <<<<
+ CategoryInfo : InvalidArgument: (:) [Get-ChildItem], ParameterB
indingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Comm
ands.GetChildItemCommand

我的同事正在同一台计算机上使用命令。可能是什么问题?

最佳答案

这是因为您在PowerShell中键入的命令不是GitShell。

PowerShell确实有一个ls命令,但是它是Get-ChildItem的别名,它的别名开关与unix shell中的ls命令没有相同的开关。

关于git - 为什么ls在GitShell中工作,而ls -a或ls -la无法工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32052278/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com