'Dev-Tools' 카테고리의 다른 글
명령어 “code .” 안먹힐때 설정 (0) | 2023.04.16 |
---|---|
node Debugger 설정 (0) | 2023.04.16 |
intelliJ 빌드 속드 느릴때 (0) | 2023.04.14 |
intelliJ Lombok 인식문제 (0) | 2023.04.14 |
JNI 개발환경에서 project run time & test code 관련세팅 (0) | 2023.04.14 |
명령어 “code .” 안먹힐때 설정 (0) | 2023.04.16 |
---|---|
node Debugger 설정 (0) | 2023.04.16 |
intelliJ 빌드 속드 느릴때 (0) | 2023.04.14 |
intelliJ Lombok 인식문제 (0) | 2023.04.14 |
JNI 개발환경에서 project run time & test code 관련세팅 (0) | 2023.04.14 |
vscode 에서
cmd + shfit + p 명령후 install
vim ~/.zshrc
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
내저장소 바로가기 luxury515
파일 생성후 실행하기 위한 권한 (0) | 2023.04.17 |
---|---|
node Debugger 설정 (0) | 2023.04.16 |
intelliJ 빌드 속드 느릴때 (0) | 2023.04.14 |
intelliJ Lombok 인식문제 (0) | 2023.04.14 |
JNI 개발환경에서 project run time & test code 관련세팅 (0) | 2023.04.14 |
git -c color.branch=false -c color.diff=false -c color.status=false -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree push -v --tags origin refs/heads/main:refs/heads/main Pushing to https://github.com/luxury515/pnsn_eis_backend.git remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/luxury515/pnsn_eis_backend.git/' Pushing to https://github.com/luxury515/pnsn_eis_backend.git remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/luxury515/pnsn_eis_backend.git/' Pushing to https://github.com/luxury515/pnsn_eis_backend.git remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/luxury515/pnsn_eis_backend.git/' Pushing to https://github.com/luxury515/pnsn_eis_backend.git remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: Authentication failed for 'https://github.com/luxury515/pnsn_eis_backend.git/' Completed with errors, see above
내저장소 바로가기 luxury515
SourceTree 키 체인 확인창뜰때 (0) | 2023.04.14 |
---|---|
git install (0) | 2023.04.14 |
ssh key 쌍 생성 (0) | 2023.04.14 |
git 현재 로컬프로젝트 원격저장소 push (0) | 2023.04.14 |
git 원격저장소 생성 & local 저장소 추가 (0) | 2023.04.13 |
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "LaunchProgram",
"program": "${workspaceFolder}/server.js",
"env": {
"VS_DEBUG": "true",
"NODE_ENV": "dev",
"EXKR_KMS_ALIAS": "alias/exkr-dev-master",
"EXKR_KMS_CIPHER": "AQIDAHgcuGy4jinA5iLHO4D0rHG17o3nE+2UXbd1Z2xs1tySjQH/nAW340JZBbf6UedXlrYbAAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMr6xv+mw1V0MWgPqDAgEQgDs0LnPAehUhv8HJBPn6K7UyYbC84Za4/K+205WfP3DjGlH7cIYBfbk85t8WM/nPMI2nHdvPOv6Rs3+eEA=="
}
}
]
}
내저장소 바로가기 luxury515
파일 생성후 실행하기 위한 권한 (0) | 2023.04.17 |
---|---|
명령어 “code .” 안먹힐때 설정 (0) | 2023.04.16 |
intelliJ 빌드 속드 느릴때 (0) | 2023.04.14 |
intelliJ Lombok 인식문제 (0) | 2023.04.14 |
JNI 개발환경에서 project run time & test code 관련세팅 (0) | 2023.04.14 |