- 증상 : osx "High Sierra" 설치이후 gdrive command line 업로드가 실행이 안됨
- 에러로그 :
- failed MSpanList_Insert 0x83c000 0x9524ce8eaef 0x0 0x0
fatal error: MSpanList_Insert
runtime stack:
runtime.throw(0x566980, 0x10)
/usr/local/Cellar/go/1.6/libexec/src/runtime/panic.go: 530 +0x90
fp=0x7ffeefbfee30 sp=0x7ffeefbfee18
.
..
..... - 해결 : brew를 통해서 gdrive를 최신버전으로 설치
brew 설치하기 : https://brew.sh/
- brew로 gdrive 설치하기 : https://github.com/prasmussen/
gdrive#downloads - brew로 go lang 최신버전 설치하기 : http://totzyuta.github.io/
blog/2015/06/21/installing-go- by-homebrew-on-mac-os-x/
개발자 모드/개발자처럼 파고들기