geth attach http://localhost:7545 명령어를 입력하는데
Fatal: Failed to start the JavaScript console: api modules: Post "<http://localhost:7545>": context deadline exceeded
에러가 뜸
attach는 이미 실행중인 geth에 접속하는 방법입니다. geth를 실행하신 후에, 다른 커맨드나 다른 가상머신 혹은 다른 컴퓨터에서 해당 방법을 사용하여 접속해보세요.
https://ethereum-basic.tistory.com/guestbook?time=1521186388
다른 cmd에서
C:\\Users\\multicampus\\src\\github.com\\ethereum\\src\\github.com\\ethereum\\go-ethereum>ganache-cli -d -m -p 7545 -a 5
로 geth를 실행시킨다