[WSL] GIT Personal Access Token 설정하기

김현수·2024년 2월 8일
0

AWS

목록 보기
8/10
post-thumbnail

🖋️ EC2 에 설정한 Git Clone 하기 위한 Token 설정












사용

$ git push origin main
       or
$ git pull

Username for 'http://github.com':[username]
Password for 'http://[username]@github.com':["ghp_" 를 제외한 Personal Access Token]

설정

git remote set-url origin https://[username]:
[Personal Access Token]@github.com/[username]/[repo-name].git
profile
일단 한다

0개의 댓글