安装在windows 10上。
现在,我需要将go语言安装为文档中的特定语言,方法是使用
git clone https:/github.com/lexansoft/ethcracker
?? command git not recognised接下来的步骤也失败了
PS C:\WINDOWS\system32> go get github.com/ethereum/go-ethereum
go: missing Git command. See https://golang.org/s/gogetcmd
package github.com/ethereum/go-ethereum: exec: "git": executable file not found in %PATH%谁能帮上忙?
发布于 2018-01-24 15:53:34
安装巧克力
巧克力在几秒钟内就能装好。你现在离跑巧克力只有几步之遥!
首先,确保您使用的是管理shell -您也可以将其安装为非管理程序,请签出非管理程序。
打开路径:C:\Windows\System32搜索、cmd.exe和Mauser右键单击和
以管理员身份运行,此命令运行

@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"试试看
谢谢你!
https://ethereum.stackexchange.com/questions/37353
复制相似问题