- 기본 스텝은 이 blog를 따라감
- 0x80370102 오류가 발생해서 stackoverflow를 따라서 해결해보려 했는데
- https://stackoverflow.com/questions/62340566/fix-wslregisterdistribution-failed-with-error-0x80370102
- 내가 가진 노트북의 BIOS setup에는 해당 설정은 없고 대신 Virtualization이 disabled로 되어 있어서 enabled로 수정하니 해당 오류가 발생하지 않음
- caps lock <-> left ctrl 교환을 위해 https://github.com/microsoft/PowerToys 설치, winget 사용
- terminal https://github.com/microsoft/terminal winget 사용
- docker 설치
cannot connect to the docker daemon at unix:///var/run/docker.sock. is the docker daemon running?
docker를 사용할 수 없다면 https://league-cat.tistory.com/347- WSL2는 systemd 사용이 불가능해서
sudo /etc/init.d/docker start
로 시작
- windows terminal등에서 WSL 접속은
bash
만 입력하면 됨 - github 사용을 위해 ssh key 만들고 windows와 공유
- https://webdir.tistory.com/547
- microsoft 문서에서는 windows에서 만들고 WSL에 공유하는 걸 보니 결국 symbolic link를 사용하는 건 불가능
- 다만 known_hosts는 symbolic link 사용이 가능해서 WSL의 ~/.ssh/known_hosts가 windows의 known_hosts를 가리키도록 symbolic link 생성
.../.git/config.lock failed: operation not permitted
오류가 발생하는 건 windows file system쪽으로 clone하려고 해서 발생- WSL2의 home directory를 사용하면 괜찮음
- etc & ref
- https://meltingcon.github.io/2018/session/session_a_0
- https://teamsmiley.github.io/2020/04/28/wsl2%EC%97%90%EC%84%9C-gitlab-wiki-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0/
- https://teamsmiley.github.io/2020/04/28/wsl2-ansible/
- https://teamsmiley.github.io/2020/02/09/wsl2/
- https://gmyankee.tistory.com/308
- https://codeac.tistory.com/118
-
-
Save hyunjun/cf2af70a460bf00fa5997dea80308b28 to your computer and use it in GitHub Desktop.
Windows10 & WSL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment