티스토리 뷰

관리 순서

1. 처음 설정을 window나 mac 무엇으로 했던, username 과 password를 사용하게 된다.

2. 첫 설정의 경우 add - commit - (계정등록) - (원격저장소 등록) - push 를 한다.

3. 나는 window로 처음 설정을 했다. 

4. 이후 mac 에 접속하여 동일 위치에서 terminal 실행하고 repository를 clone 한다.

5. pull origin master 하고 username, password 입력하여 윈도우에서 올렸던 것을 다시 내려받는다.

6. mac 에서 수정한다.

7. mac 에서 수정한것을 다시 add - commit - push 한다.

8. 반복한다. (window 로 가면 다시 pull  한다.)

 

주의사항

"Deprecation Notice" 경고가 날아왔다. 당황하지 말고 읽어준다.

 


 

[GitHub] Deprecation Notice

 

Hi @euijinbang,

You recently used a password to access the repository at euijinbang/TIL with git using git/2.30.1 (Apple Git-130).

Basic authentication using a password to Git is deprecated and will soon no longer work. Visit https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information around suggested workarounds and removal dates.

Thanks,
The GitHub Team

 


너가 다른 깃 경로로 비밀번호 써서 레포지토리 접속함.

자꾸그러면 패스워드로 접속 못하게 할거임.

해결하려면 저기 접속해봐.

 

 

 

접속하니까 account security 들어가서 설정하라고 나온다.

git - profile - account security 로 들어간다.

 

 

 

누르고 싶게 생긴 초록 버튼을 눌러준다.

 

 

뭔가 이것저것 하라고 한다. 

app을 쓰거나 sms 인증을 하면되는데, sms는 가능 국가가 따로 있다고 한다.

 

오른쪽 하단에 있다 싸우쓰코리아

app은 귀찮으니까 sms 인증을 한다.

recovery code 저장하라고 주므로, 다운받아둔다.

저장하면 완료!

 



그런데 mac terminal 에서 인증이 안된다.

 

그래서 다시 해결방법을 찾았다.

 

 

github > settings > developer settings 

personal access token 을 받고, 복사하여 password에 붙여넣으면 된다.

 

 

이제 마음 편히 mac 과 window 를 왔다갔다 할 수 있다.

 

 

 

댓글