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
git config --global credential.helper osxkeychain

이후

SourceTree에서 pull 또는 push로 비밀번호 문의가 나올때 항상 허용으로 비밀번호 입력


내저장소 바로가기 luxury515

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

git 에러관련  (0) 2023.04.16
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
winget install --id Git.Git -e --source winget


내저장소 바로가기 luxury515

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

git 에러관련  (0) 2023.04.16
SourceTree 키 체인 확인창뜰때  (0) 2023.04.14
ssh key 쌍 생성  (0) 2023.04.14
git 현재 로컬프로젝트 원격저장소 push  (0) 2023.04.14
git 원격저장소 생성 & local 저장소 추가  (0) 2023.04.13
728x90
ssh-keygen -t rsa -b 4096 -C "bcchae@lendingmachine.co.kr"


내저장소 바로가기 luxury515

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

SourceTree 키 체인 확인창뜰때  (0) 2023.04.14
git install  (0) 2023.04.14
git 현재 로컬프로젝트 원격저장소 push  (0) 2023.04.14
git 원격저장소 생성 & local 저장소 추가  (0) 2023.04.13
sourceTree  (0) 2023.04.13

+ Recent posts