정석원의 블로그
wsl2 설치는 딴거보고 하시고... xlaunch + byeoru 사용한 한글 환경 사용중. .bashrc # GUI XLaunch export DISPLAY="\`grep nameserver /etc/resolv.conf | sed 's/nameserver //'\`:0" export LIBGL\_ALWAYS\_INDIRECT=1 # korean byeoru export XIM=uim export XMODIFIERS=@im=uim export UIM\_CANDWIN\_PROG=uim-candwin-gtk export GTK\_IM\_MODULE=uim export QT\_IM\_MODULE=uim if \[ $SHLVL -eq 1 \]; then uim-xim & fi
cannot find package "github.com/apparentlymart/go-textseg/v12/textseg" in any of: /usr/local/go/src/github.com/apparentlymart/go-textseg/v12/textseg (from $GOROOT) /Users/seokwonjung/go/src/github.com/apparentlymart/go-textseg/v12/textseg (from $GOPATH) cannot find package "github.com/hashicorp/hcl/hcl/printer" in any of: /usr/local/go/src/github.com/hashicorp/hcl/hcl/printer (from $GOROOT) /Use..
사내 git 만 써보다가.. github를 처음 써 보는것 같다. github에 로그인 한 상태에서 Goland의 설정 -> Version Control -> + 버튼을 클릭하면 아래와 같은 화면이 뜨면서 github 페이지가 뜨게 된다. 클릭하면 계정이 연동되며 끝난다. github에서 새로 repository를 생성해주고 VCS -> Create git repository 하면 메뉴가 아래처럼 바뀜 Manage Remote 선택하여 github repository 추가해준 후 commit push 하면 연동이 된다. intellij 계열이니 다른 프로그램에서도 동일하지 싶은데..