fix: git 인증정보 수정
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ docker image prune -af
|
||||
# Git 설정 - 인증정보 URL에 포함시켜 비밀번호 입력 생략
|
||||
# @는 %40으로 인코딩
|
||||
GIT_USER="chpark%40wace.me"
|
||||
GIT_PASS="chpark"
|
||||
GIT_PASS="1313Qkrckd%21%21"
|
||||
GIT_REPO="39.117.244.52:3000/chpark/admin_st.git"
|
||||
GIT_URL="http://${GIT_USER}:${GIT_PASS}@${GIT_REPO}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user