inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

baileypark님의 게시글

baileypark baileypark

@baileypark

수강평 작성수
20
평균평점
5.0

게시글 4

질문&답변

WEBAPP_VAR을 적용해도, go-web-application-windows.exe에서 출력되지 않음

확인 결과, GitBash에서 WATCH가 안되서, WSL을 이용했었는데 WSL에서 적용이 되지 않았습니다. GitBash로 적용하니 정상적으로 적용되었습니다. export WEBAPP_VAR=bailey export | grep WEBAPP_VAR declare -x WEBAPP_VAR="bailey" ./go-web-application-windows.exe 2024/05/03 00:48:28 This is GO-WEB-APPLICATION 2024/05/03 00:48:29 INFO: Application is initializing... 2024/05/03 00:48:29 INFO: Configuration files are being read... 2024/05/03 00:48:29 WARN: Debug mode is enabled. 2024/05/03 00:48:29 DEBUG: Verbose logging is activated for debugging. 2024/05/03 00:48:29 WARN: Example warning message. 2024/05/03 00:48:29 WARN: Another warning, maybe related to configuration. 2024/05/03 00:48:29 INFO: Starting server on port 8080... 2024/05/03 00:48:29 INFO: Server is ready to receive requests. 2024/05/03 00:48:29 INFO: Listening for connections... 2024/05/03 00:48:29 INFO: Health checks are running. 2024/05/03 00:48:29 INFO: WEBAPP_VAR 환경변수는 bailey 입니다. 2024/05/03 00:48:29 Starting server on :8080 2024/05/03 00:48:29 INFO: WEBAPP_VAR 환경변수는 bailey 입니다. 성공

좋아요수
2
댓글수
1
조회수
457

질문&답변

Part 6 watch 질문

포기하고 WSL로 하는 중입니다 '-'

좋아요수
0
댓글수
4
조회수
870

질문&답변

dev container 종료

저도 컨테이너 종료 시켜도 VSCode만 켜면 계속 다시 설치되어 고생하다가 겨우 종료하는 법을 찾았습니다. Ctrl(CMD) + P 하셔서 검색창에 > Close Remote Connection 라고 치시고 클릭하시면 나가집니다.

좋아요수
2
댓글수
2
조회수
648

질문&답변

git clone https://github.com/daintree-henry/leafy.gif가 not found로 뜹니다.

내용을 마저 들어보니 디렉토리만 다운받길래, .gif를 삭제하고 다음과 같이 다운로드 받았습니다. $ git clone https://github.com/daintree-henry/leafy Cloning into 'leafy'... remote: Enumerating objects: 347, done. remote: Counting objects: 100% (81/81), done. remote: Compressing objects: 100% (35/35), done. remote: Total 347 (delta 65), reused 46 (delta 46), pack-reused 266 Receiving objects: 100% (347/347), 232.19 KiB | 9.29 MiB/s, done. Resolving deltas: 100% (132/132), done. 이후 문제가 될지 확인만 부탁 드립니다.

좋아요수
1
댓글수
2
조회수
473