728x90
please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.
어라 분명 예전에 토큰 발급 받아서 비밀번호로 입력 했는데 왜 다시 또 뜬걸까?
.....
토큰을 60days로 설정하여 만료된 것이었다...
다시 Settings에 들어가준다.
맨 밑에 보면 developer settings가 있을 것이다.
Tokens(classic)에 들어가서
Generate new token을 클릭하여 다시 발급해준다!
나는 이렇게 설정해주었다.
그리고 git commit 한 후 git push 해주면
username 에는 내 github 이름을 써주고
password 에는 방금 발급 받은 토큰을 복사하여 붙여넣기 해준다.
키체인 접근에 들어가
잘 된 것을 확인할 수 있다.
728x90
반응형
'▸MAC > Git' 카테고리의 다른 글
[Git] git repository 이름 변경했을 때 다시 설정해주기 (0) | 2023.04.17 |
---|---|
[Git] push까지 해버린 commit 되돌리기! (삭제) (0) | 2023.04.14 |
[Git] 원격 레포지토리에서 로컬로 현재 작업 다 덮어쓰기 (git pull) (0) | 2023.04.04 |