以cd命令路徑名在Windows Powershell中,命令行cd $HOME
通向主目錄。但命令行cd $TEMP
或cd $GOPATH
不起作用,返回cd : Cannot process argument because the value of argument "path" is null.
PS:環境變量已配置。
Name Value
---- -----
GOPATH C:\Gowork
GOROOT C:\Program Files\Go\
TEMP C:\Users\myusername~1\AppData\Local\Temp
windir C:\Windows
這是行得通的。非常感謝。 – TristeShine