728x90
sudo chmod +x {file name}


내저장소 바로가기 luxury515

728x90

vscode 에서

cmd + shfit + p 명령후 install

vim ~/.zshrc

export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"


내저장소 바로가기 luxury515

728x90

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

'Dev-Tools > git' 카테고리의 다른 글

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
728x90

{
  "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

+ Recent posts