如何修复geth的错误

Loh*_*ith 2 solidity

问)安装geth后,在附加时出现错误。如何修复此错误?

geth attach
Fatal: Unable to attach to remote geth: no known transport for URL scheme "c"
Run Code Online (Sandbox Code Playgroud)

Ada*_*nis 5

如果您使用的是 1.8,则需要包含 IPC 路径:

geth attach ipc:\\.\pipe\geth.ipc

https://github.com/ethereum/go-ethereum/issues/15746